Skip to content

Commit

Permalink
run regressiontests on CI (i.e. not PR runs)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl authored and slawande2 committed Oct 2, 2024
1 parent c7aa493 commit 6391306
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pipelines/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
make extract-aro-docker
displayName: Extract ARO binaries from build
# Override the E2E label for IndividualCI/BatchedCI (i.e. not manually
# ran/PR jobs) to run all non-smoke tasks (default is !smoke&&!regressiontest)
- script: |
echo "##vso[task.setvariable variable=E2E_LABEL]!smoke"
displayName: Enable regression tests in CI
condition: in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')
- script: |
az account set -s $AZURE_SUBSCRIPTION_ID
SECRET_SA_ACCOUNT_NAME=$(SECRET_SA_ACCOUNT_NAME) make secrets
Expand Down

0 comments on commit 6391306

Please sign in to comment.