canonical-ubuntu-qa team mailing list archive
-
canonical-ubuntu-qa team
-
Mailing list archive
-
Message #00706
[Merge] ~andersson123/qa-jenkins-jobs:add_unstable_exit_code into qa-jenkins-jobs:master
Tim Andersson has proposed merging ~andersson123/qa-jenkins-jobs:add_unstable_exit_code into qa-jenkins-jobs:master.
Commit message:
Add unstable exit code for auto-upgrade-tests
Requested reviews:
Paride Legovini (paride)
For more details, see:
https://code.launchpad.net/~andersson123/qa-jenkins-jobs/+git/qa-jenkins-jobs/+merge/444727
Add unstable exit code for auto-upgrade-tests
--
Your team Canonical Platform QA Team is subscribed to branch qa-jenkins-jobs:master.
diff --git a/jobs/auto-upgrade-testing/jobs.yaml b/jobs/auto-upgrade-testing/jobs.yaml
index da95123..ae1de0b 100644
--- a/jobs/auto-upgrade-testing/jobs.yaml
+++ b/jobs/auto-upgrade-testing/jobs.yaml
@@ -42,7 +42,9 @@
gitvarprefix: AUTS
builders:
- clear-artifacts:
- - shell: |
+ - shell:
+ unstable-return: 75
+ command: |
git clone -b "$AUTBRANCH" --depth=1 "$AUTREPO" auto-upgrade-testing || exit 1
git clone -b "$AUTSBRANCH" --depth=1 "$AUTSREPO" auto-upgrade-testing-specifications || exit 1
Follow ups