X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=.jjb-test%2Fexpected-xml%2Fgithub-ciman-packer-merge-ubuntu1604-mininet;h=8bf2913128af20a67d9dffa1cfc0acd193e41a21;hb=refs%2Fchanges%2F91%2F8391%2F1;hp=324318b20264f8dd9610f62bd57d272d277aed38;hpb=c7453d102c1c3f9051864a487d42acc826506830;p=releng%2Fglobal-jjb.git diff --git a/.jjb-test/expected-xml/github-ciman-packer-merge-ubuntu1604-mininet b/.jjb-test/expected-xml/github-ciman-packer-merge-ubuntu1604-mininet index 324318b2..8bf29131 100644 --- a/.jjb-test/expected-xml/github-ciman-packer-merge-ubuntu1604-mininet +++ b/.jjb-test/expected-xml/github-ciman-packer-merge-ubuntu1604-mininet @@ -9,8 +9,9 @@ build-vm false - + https://github.com/example-org/releng/ciman + @@ -91,28 +92,22 @@ For example '<1.0.0' or '>=1.0.0,<2.0.0'. refs/heads/master - - false - false - true - false false Default - - true - - false - false + + + false true false + false 10 @@ -138,8 +133,11 @@ For example '<1.0.0' or '>=1.0.0,<2.0.0'. tykeal zxiiro example-org + + ^remerge$ + true true false @@ -231,8 +229,9 @@ templates=(templates/*.json) for varfile in "${varfiles[@]}"; do # cloud-env.json is a file containing credentials which is pulled in via - # CLOUDENV variable so skip it here. - if [[ "$varfile" == *"cloud-env.json"* ]]; then + # CLOUDENV variable so skip it here. Also handle the case where a project + # has not vars/*.json file. + if [[ "$varfile" == *"cloud-env.json"* ]] || [[ "$varfile" == 'vars/*.json' ]]; then continue fi @@ -346,7 +345,7 @@ mkdir -p "$PACKER_LOGS_DIR" export PATH="${WORKSPACE}/bin:$PATH" # Prioritize the project's own version of vars if available -platform_file="vars/$PACKER_PLATFORM.json" +platform_file="common-packer/vars/$PACKER_PLATFORM.json" if [ -f "$PACKER_PLATFORM" ]; then platform_file="vars/$PACKER_PLATFORM.json" fi @@ -651,7 +650,7 @@ rm ~/.netrc - 45 + 90 BUILD_TIMEOUT true false