Merge "Add pypi-test key for pypi gerrit merge job"
authorEric Ball <eball@linuxfoundation.org>
Wed, 2 Oct 2019 21:10:27 +0000 (21:10 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Wed, 2 Oct 2019 21:10:27 +0000 (21:10 +0000)
jjb/ric-plt-lib-rmr/ric-plt-lib-rmr.yaml

index deb9be1..aa7bcdc 100644 (file)
     # install prereqs
     pre-build-script: !include-raw-escape: ../shell/install-rpm-nng-rmr.sh
     # bindings live in a subdirectory
+    tox-dir: src/bindings/rmr-python
     gerrit_trigger_file_paths:
       - compare-type: REG_EXP
         pattern: 'src/bindings/rmr-python/.*'
-    tox-dir: src/bindings/rmr-python
     stream:
       - master:
           branch: master
     jobs:
       - gerrit-pypi-verify
-      - gerrit-pypi-merge
+      - gerrit-pypi-merge:
+          pypi-repo: pypi-test
 
 # Temporary workaround to avoid overriding
 # gerrit_trigger_file_paths on release jobs