We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c296374 commit 30c55afCopy full SHA for 30c55af
.evergreen/config_generator/components/compile_only.py
@@ -114,11 +114,5 @@ def variants():
114
name=f'{TAG}-matrix',
115
display_name=f'{TAG}-matrix',
116
tasks=tasks,
117
- display_tasks=[
118
- DisplayTask(
119
- name=f'{TAG}-matrix',
120
- execution_tasks=[f'.{TAG}'],
121
- )
122
- ],
123
),
124
]
.evergreen/generated_configs/variants.yml
@@ -30,10 +30,6 @@ buildvariants:
30
- name: .clang-tidy
31
- name: compile-only-matrix
32
display_name: compile-only-matrix
33
- display_tasks:
34
- - name: compile-only-matrix
35
- execution_tasks:
36
- - .compile-only
37
tasks:
38
- name: .compile-only .rhel81-power8
39
batchtime: 1440
0 commit comments