mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
parent
122f3d1832
commit
ee4e6b3540
2 changed files with 6 additions and 13 deletions
|
|
@ -6,15 +6,9 @@ trigger:
|
|||
- test-*
|
||||
pr: none
|
||||
|
||||
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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ 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