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
8 changes: 4 additions & 4 deletions evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ buildvariants:
run_on:
- ubuntu1604-large
tasks:
- name: taskB
- name: taskB-mina
run_on:
- bynntest
- name: patch_only_task
Expand Down Expand Up @@ -92,7 +92,7 @@ buildvariants:
create_check_run:
path_to_outputs: "output.json"
- taskA
- taskB
- taskB-mina
display_tasks:
- name: display_task
execution_tasks:
Expand Down Expand Up @@ -167,13 +167,13 @@ tasks:
# Test how periodic build that only includes taskA interacts with patch_optional dep
- name: taskA
depends_on:
- name: taskB
- name: taskB-mina
patch_optional: true
commands:
- command: shell.exec
params:
script: echo ${task_name}
- name: taskB
- name: taskB-mina
commands:
- command: shell.exec
params:
Expand Down