Merge "Remove extra parameter quotes"
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 22 Jun 2018 23:07:55 +0000 (23:07 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Fri, 22 Jun 2018 23:07:55 +0000 (23:07 +0000)
jjb/lf-ci-jobs.yaml
jjb/lf-python-jobs.yaml

index a7fd30a..788dc46 100644 (file)
     ######################
 
     branch: master
-    git-url: '$GIT_URL/$GERRIT_PROJECT'
+    # jjb-deploy should always clone $PROJECT regardless of what
+    # $GERRIT_PROJECT triggered the job.
+    git-url: '$GIT_URL/$PROJECT'
     stream: master
     gerrit_jjb_deploy_job_triggers:
       - comment-added-contains-event:
index a647d9e..e55f11c 100644 (file)
       - lf-infra-tox-parameters:
           tox-dir: '{tox-dir}'
           tox-envs: '{tox-envs}'
+      - bool:
+          name: PARALLEL
+          default: '{parallel}'
+          description: Tox test type used to configure serial or parallel testing.
 
     wrappers:
       - lf-infra-wrappers:
           submodule-recursive: '{submodule-recursive}'
           choosing-strategy: gerrit
 
-    parameters:
-      - bool:
-          name: PARALLEL
-          default: '{parallel}'
-          description: Tox test type used to configure serial or parallel testing.
-
-
     triggers:
       - gerrit:
           server-name: '{gerrit-server-name}'