Skip to content

Commit 236288a

Browse files
Rename buildkite test step to avoid confusion (#43962) (#44123)
(cherry picked from commit fc01aee) Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com>
1 parent bb2b789 commit 236288a

File tree

8 files changed

+22
-22
lines changed

8 files changed

+22
-22
lines changed

.buildkite/auditbeat/auditbeat-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ steps:
9898
- github_commit_status:
9999
context: "auditbeat: Ubuntu x86_64 Unit Tests"
100100

101-
- label: ":ubuntu: Auditbeat: Ubuntu x86_64 Unit Tests FIPS"
101+
- label: ":ubuntu: Auditbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
102102
command: |
103103
set -euo pipefail
104104
cd auditbeat
@@ -123,7 +123,7 @@ steps:
123123
debug: true
124124
notify:
125125
- github_commit_status:
126-
context: "auditbeat: Ubuntu x86_64 Unit Tests FIPS"
126+
context: "auditbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
127127

128128
- label: ":ubuntu: Auditbeat: Ubuntu x86_64 fips140=only Unit Tests"
129129
command: |

.buildkite/filebeat/filebeat-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ steps:
9595
- github_commit_status:
9696
context: "filebeat: Ubuntu x86_64 Unit Tests"
9797

98-
- label: ":ubuntu: Filebeat: Ubuntu x86_64 Unit Tests FIPS"
98+
- label: ":ubuntu: Filebeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
9999
command: |
100100
cd filebeat
101101
mage unitTest
@@ -119,7 +119,7 @@ steps:
119119
debug: true
120120
notify:
121121
- github_commit_status:
122-
context: "filebeat: Ubuntu x86_64 Unit Tests FIPS"
122+
context: "filebeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
123123

124124
- label: ":ubuntu: Filebeat: Ubuntu x86_64 fips140=only Unit Tests"
125125
command: |

.buildkite/libbeat/pipeline.libbeat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ steps:
8181
- github_commit_status:
8282
context: "libbeat: Ubuntu x86_64 Unit Tests"
8383

84-
- label: ":ubuntu: Libbeat: Ubuntu x86_64 Unit Tests FIPS"
85-
key: "mandatory-linux-unit-test-fips"
84+
- label: ":ubuntu: Libbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
85+
key: "mandatory-linux-unit-test-fips-tag"
8686
command: |
8787
set -euo pipefail
8888
cd libbeat
@@ -107,7 +107,7 @@ steps:
107107
debug: true
108108
notify:
109109
- github_commit_status:
110-
context: "libbeat: Ubuntu x86_64 Unit Tests FIPS"
110+
context: "libbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
111111

112112
- label: ":ubuntu: Libbeat: Ubuntu x86_64 fips140=only Unit Tests"
113113
key: "mandatory-linux-unit-test-fips-only"

.buildkite/metricbeat/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ steps:
9999
- github_commit_status:
100100
context: "metricbeat: Ubuntu x86_64 Unit Tests"
101101

102-
- label: ":ubuntu: Metricbeat: Ubuntu x86_64 Unit Tests FIPS"
103-
key: "mandatory-linux-unit-test-fips"
102+
- label: ":ubuntu: Metricbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
103+
key: "mandatory-linux-unit-test-fips-tag"
104104
command: |
105105
cd metricbeat
106106
mage unitTest
@@ -124,7 +124,7 @@ steps:
124124
debug: true
125125
notify:
126126
- github_commit_status:
127-
context: "metricbeat: Ubuntu x86_64 Unit Tests FIPS"
127+
context: "metricbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
128128

129129
- label: ":ubuntu: Metricbeat: Ubuntu x86_64 fips140=only Unit Tests"
130130
key: "mandatory-linux-unit-test-fips-only"

.buildkite/x-pack/pipeline.xpack.auditbeat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ steps:
101101
- github_commit_status:
102102
context: "x-pack/auditbeat: Build Tests (Module)"
103103

104-
- label: ":ubuntu: x-pack/auditbeat: Ubuntu Unit Tests FIPS"
105-
key: "mandatory-linux-unit-test-fips"
104+
- label: ":ubuntu: x-pack/auditbeat: Ubuntu Unit Tests with requirefips build tag"
105+
key: "mandatory-linux-unit-test-fips-tag"
106106
command: |
107107
cd x-pack/auditbeat
108108
mage unitTest
@@ -126,7 +126,7 @@ steps:
126126
debug: true
127127
notify:
128128
- github_commit_status:
129-
context: "x-pack/auditbeat: Ubuntu Unit Tests FIPS"
129+
context: "x-pack/auditbeat: Ubuntu Unit Tests with requirefips build tag"
130130

131131
- label: ":ubuntu: x-pack/auditbeat: Ubuntu fips140=only Unit Tests"
132132
key: "mandatory-linux-unit-test-fips-only"

.buildkite/x-pack/pipeline.xpack.filebeat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ steps:
9797
- github_commit_status:
9898
context: "x-pack/filebeat: Ubuntu x86_64 Unit Tests"
9999

100-
- label: ":ubuntu: x-pack/filebeat: Ubuntu x86_64 Unit Tests FIPS"
101-
key: "x-pack-filebeat-mandatory-linux-unit-test-FIPS"
100+
- label: ":ubuntu: x-pack/filebeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
101+
key: "x-pack-filebeat-mandatory-linux-unit-test-FIPS-tag"
102102
command: |
103103
cd x-pack/filebeat
104104
mage unitTest
@@ -122,7 +122,7 @@ steps:
122122
debug: true
123123
notify:
124124
- github_commit_status:
125-
context: "x-pack/filebeat: Ubuntu x86_64 Unit Tests FIPS"
125+
context: "x-pack/filebeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
126126

127127
- label: ":ubuntu: x-pack/filebeat: Ubuntu x86_64 fips140=only Unit Tests"
128128
key: "x-pack-filebeat-mandatory-linux-unit-test-FIPS-only"

.buildkite/x-pack/pipeline.xpack.libbeat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ steps:
8686
- github_commit_status:
8787
context: "x-pack/libbeat: Ubuntu x86_64 Unit Tests"
8888

89-
- label: ":ubuntu: x-pack/libbeat: Ubuntu x86_64 Unit Tests FIPS"
90-
key: "mandatory-linux-unit-test-fips"
89+
- label: ":ubuntu: x-pack/libbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
90+
key: "mandatory-linux-unit-test-fips-tag"
9191
command: |
9292
cd x-pack/libbeat
9393
mage unitTest
@@ -105,7 +105,7 @@ steps:
105105
- "x-pack/libbeat/build/*.json"
106106
notify:
107107
- github_commit_status:
108-
context: "x-pack/libbeat: Ubuntu x86_64 Unit Tests FIPS"
108+
context: "x-pack/libbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
109109

110110
- label: ":ubuntu: x-pack/libbeat: Ubuntu x86_64 fips140=only Unit Tests"
111111
key: "mandatory-linux-unit-test-fips-only"

.buildkite/x-pack/pipeline.xpack.metricbeat.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ steps:
9393
- github_commit_status:
9494
context: "x-pack/metricbeat: Ubuntu x86_64 Unit Tests"
9595

96-
- label: ":ubuntu: x-pack/metricbeat: Ubuntu x86_64 Unit Tests FIPS"
97-
key: "mandatory-linux-unit-test-fips"
96+
- label: ":ubuntu: x-pack/metricbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
97+
key: "mandatory-linux-unit-test-fips-tag"
9898
command: |
9999
cd x-pack/metricbeat
100100
mage unitTest
@@ -118,7 +118,7 @@ steps:
118118
debug: true
119119
notify:
120120
- github_commit_status:
121-
context: "x-pack/metricbeat: Ubuntu x86_64 Unit Tests FIPS"
121+
context: "x-pack/metricbeat: Ubuntu x86_64 Unit Tests with requirefips build tag"
122122

123123
- label: ":ubuntu: x-pack/metricbeat: Ubuntu x86_64 fips140=only Unit Tests"
124124
key: "mandatory-linux-unit-test-fips-only"

0 commit comments

Comments
 (0)