mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
Test failure
This commit is contained in:
parent
3eecd71546
commit
a244d17986
2 changed files with 13 additions and 6 deletions
|
|
@ -6,9 +6,15 @@ trigger:
|
|||
- test-*
|
||||
pr: none
|
||||
|
||||
jobs:
|
||||
# Any addition here should be reflected in the advanced and release pipelines.
|
||||
# It is advised to declare all jobs here as templates to improve maintainability.
|
||||
# - template: templates/jobs/standard-tests-jobs.yml
|
||||
- template: templates/jobs/extended-tests-jobs.yml
|
||||
# - template: templates/jobs/packaging-jobs.yml
|
||||
stages:
|
||||
- stage: Test_Package
|
||||
jobs:
|
||||
# Any addition here should be reflected in the advanced-test and release pipelines.
|
||||
# It is advised to declare all jobs here as templates to improve maintainability.
|
||||
# - template: templates/jobs/standard-tests-jobs.yml
|
||||
- template: templates/jobs/extended-tests-jobs.yml
|
||||
# - template: templates/jobs/packaging-jobs.yml
|
||||
# - stage: Deploy
|
||||
# jobs:
|
||||
# - template: templates/jobs/deployment-jobs.yml
|
||||
- template: templates/stages/notify-failure-stage.yml
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ steps:
|
|||
cp $(testFarmPem.secureFilePath) tests/letstest/azure-test-farm.pem
|
||||
condition: contains(variables['TOXENV'], 'test-farm')
|
||||
- bash: |
|
||||
exit 1
|
||||
if [[ "${TOXENV}" == *"oldest"* ]]; then
|
||||
tools/run_oldest_tests.sh
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue