Merge "Add override for GT file-paths in Python jobs"
authorDaniel Farrell <dfarrell07@gmail.com>
Thu, 3 May 2018 22:15:19 +0000 (22:15 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Thu, 3 May 2018 22:15:19 +0000 (22:15 +0000)
jjb/lf-ci-jobs.yaml

index d2a8f5e..988f893 100644 (file)
     scm:
       - lf-infra-github-scm:
           url: '{git-clone-url}{github-org}/{project}'
-          refspec: '+refs/pull/*:refs/remotes/origin/pr/*'
-          branch: '$sha1'
+          refspec: ''
+          branch: 'refs/heads/{branch}'
           submodule-recursive: true
           choosing-strategy: default
           jenkins-ssh-credential: '{jenkins-ssh-credential}'