Skip to content

Commit

Permalink
Revert "[hotfix] Disable e2e execution in PRs"
Browse files Browse the repository at this point in the history
This reverts commit 11644c5.
rmetzger committed May 20, 2020
1 parent 73520ca commit 209a975
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/azure-pipelines/jobs-template.yml
Original file line number Diff line number Diff line change
@@ -148,7 +148,8 @@ jobs:
artifact: logs-${{parameters.stage_name}}-$(ARTIFACT_NAME)

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

0 comments on commit 209a975

Please sign in to comment.