Skip to content

Commit

Permalink
[hotfix] Disable e2e execution in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
rmetzger committed May 19, 2020
1 parent 69c7b41 commit 11644c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/azure-pipelines/jobs-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ jobs:
artifact: logs-${{parameters.stage_name}}-$(ARTIFACT_NAME)

- job: e2e_${{parameters.stage_name}}
# uncomment below condition to run the e2e tests only on request.
#condition: or(eq(variables['MODE'], 'e2e'), eq(${{parameters.run_end_to_end}}, 'true'))
condition: or(eq(variables['MODE'], 'e2e'), eq(${{parameters.run_end_to_end}}, 'true'), not(startsWith(variables['Build.SourceBranchName'], 'ci_')))
# We are running this in a separate pool
pool: ${{parameters.e2e_pool_definition}}
timeoutInMinutes: 240
Expand Down

0 comments on commit 11644c5

Please sign in to comment.