Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 22 additions & 15 deletions evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ patch_aliases:
buildvariants:
- display_name: Ubuntu 20.04
name: ubuntu2004
paths:
- "!README.md"
- "!evergreen.yml"
tags: [commit-queue-variant, whaat]
tags: [commit-queue-variant, whaat, pr-default]
modules:
- trigger-sandbox
- trigger-sandbox2
run_on:
- ubuntu1604-large
expansions:
Expand Down Expand Up @@ -50,6 +50,7 @@ buildvariants:

- display_name: Test Tags
name: release
tags: [pr-extra]
run_on:
- ubuntu2004-small
tasks:
Expand All @@ -63,10 +64,11 @@ buildvariants:
paths:
- "README.md"
- name: git-env-test
display_name: "Giv Env Test"
activate: true
paths:
- "README.md"
display_name: "Git Env Test"
tags: [pr-e2e]
modules:
- trigger-sandbox
- trigger-sandbox2
run_on:
- ubuntu2004-small
tasks:
Expand Down Expand Up @@ -315,19 +317,24 @@ tasks:
working_dir: src
args: ["generate_test_results.py", "test_selection_output.json"]
- name: test_empty_task_error
#commands:
#commands:
#- command: shell.exec
#params:
#script: |
#echo "test - test_empty_task_error"
#params:
#script: |
#echo "test - test_empty_task_error"
# Intentionally leaving this task with no commands to trigger the error

build_baron_settings:
ticket_create_project: "EVG"
ticket_search_projects: ["EVG"]

github_checks_aliases:
- variant: ".*"
github_pr_aliases:
- variant_tags: ["pr-default"]
task: ".*"

- variant_tags: ["pr-e2e"]
task: ".*"
required_labels: ["evergreen:e2e"]
- variant_tags: ["pr-extra"]
task: ".*"
required_labels: ["evergreen:extra"]