Skip to content

Commit 30c55af

Browse files
authored
Remove display task for compile-only matrix (DEVPROD-13331) (#1298)
1 parent c296374 commit 30c55af

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.evergreen/config_generator/components/compile_only.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,5 @@ def variants():
114114
name=f'{TAG}-matrix',
115115
display_name=f'{TAG}-matrix',
116116
tasks=tasks,
117-
display_tasks=[
118-
DisplayTask(
119-
name=f'{TAG}-matrix',
120-
execution_tasks=[f'.{TAG}'],
121-
)
122-
],
123117
),
124118
]

.evergreen/generated_configs/variants.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ buildvariants:
3030
- name: .clang-tidy
3131
- name: compile-only-matrix
3232
display_name: compile-only-matrix
33-
display_tasks:
34-
- name: compile-only-matrix
35-
execution_tasks:
36-
- .compile-only
3733
tasks:
3834
- name: .compile-only .rhel81-power8
3935
batchtime: 1440

0 commit comments

Comments
 (0)