Skip to content

Commit 0468e6f

Browse files
cgundysa-idx-admin
andauthored
chore(IDX): remove bazel-bep upload (dfinity#3615)
Co-authored-by: IDX GitHub Automation <[email protected]>
1 parent 55e504b commit 0468e6f

File tree

11 files changed

+0
-246
lines changed

11 files changed

+0
-246
lines changed

.github/workflows-source/ci-main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ jobs:
153153
# check if PR title contains release and set timeout filters accordingly
154154
BAZEL_EXTRA_ARGS: ${{ env.BAZEL_EXTRA_ARGS }}
155155
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
156-
- <<: *bazel-bep
157156
- <<: *bazel-upload
158157

159158
bazel-build-all-config-check:
@@ -170,7 +169,6 @@ jobs:
170169
BAZEL_COMMAND: "build"
171170
BAZEL_TARGETS: "//rs/..."
172171
BAZEL_CI_CONFIG: "--config=check --config=ci --keep_going"
173-
- <<: *bazel-bep
174172

175173
bazel-test-macos-intel:
176174
name: Bazel Test macOS Intel
@@ -203,7 +201,6 @@ jobs:
203201
BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output/${CI_RUN_ID}"
204202
BAZEL_TARGETS: "//rs/... //publish/binaries/..."
205203
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
206-
- <<: *bazel-bep
207204
- name: Purge Bazel Output
208205
if: always()
209206
shell: bash
@@ -223,7 +220,6 @@ jobs:
223220
BAZEL_TARGETS: "//rs/..."
224221
BAZEL_EXTRA_ARGS: "--keep_going --config=fuzzing --build_tag_filters=libfuzzer"
225222
BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }}
226-
- <<: *bazel-bep
227223

228224
bazel-build-fuzzers-afl:
229225
name: Bazel Build Fuzzers AFL
@@ -238,7 +234,6 @@ jobs:
238234
BAZEL_TARGETS: "//rs/..."
239235
BAZEL_EXTRA_ARGS: "--keep_going --config=afl"
240236
BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }}
241-
- <<: *bazel-bep
242237

243238
python-ci-tests:
244239
name: Python CI Tests

.github/workflows-source/ci-pr-only.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,6 @@ jobs:
6464
set -euo pipefail
6565
cd "${GITHUB_WORKSPACE}"/bin
6666
./build-all-fuzzers.sh --zip
67-
- name: Upload bazel-bep
68-
if: always()
69-
uses: actions/upload-artifact@v4
70-
with:
71-
name: ${{ github.job }}-bep
72-
retention-days: 14
73-
if-no-files-found: ignore
74-
compression-level: 9
75-
path: |
76-
bazel-bep.pb
77-
profile.json
7867
7968
lock-generate:
8069
name: Lock Generate

.github/workflows-source/release-testing.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
8383
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_nightly"
8484
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
85-
- <<: *bazel-bep
8685

8786
bazel-system-test-staging:
8887
name: Bazel System Test Staging
@@ -99,7 +98,6 @@ jobs:
9998
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
10099
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_staging"
101100
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
102-
- <<: *bazel-bep
103101

104102
bazel-system-test-hotfix:
105103
name: Bazel System Test Hotfix
@@ -117,7 +115,6 @@ jobs:
117115
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
118116
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_hotfix"
119117
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
120-
- <<: *bazel-bep
121118

122119
dependency-scan-release-cut:
123120
name: Dependency Scan for Release
@@ -190,8 +187,3 @@ jobs:
190187
BAZEL_CI_CONFIG: "--config=systest --repository_cache=/cache/bazel"
191188
BAZEL_EXTRA_ARGS: "--keep_going --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }}"
192189
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
193-
- <<: *bazel-bep
194-
name: Upload bazel bep for version ${{ matrix.version }}
195-
with:
196-
<<: *bazel-bep-with
197-
name: ${{ github.job }}-${{ matrix.version }}-bep

.github/workflows-source/schedule-daily.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=fi_tests_nightly --test_env=SSH_AUTH_SOCK --test_timeout=43200"
119119
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
120120
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
121-
- <<: *bazel-bep
122121

123122
nns-tests-nightly:
124123
name: Bazel Test NNS Nightly
@@ -137,7 +136,6 @@ jobs:
137136
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=nns_tests_nightly --test_env=SSH_AUTH_SOCK --test_env=NNS_CANISTER_UPGRADE_SEQUENCE=all"
138137
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
139138
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
140-
- <<: *bazel-bep
141139

142140
system-tests-benchmarks-nightly:
143141
name: Bazel System Test Benchmarks
@@ -161,7 +159,6 @@ jobs:
161159
# note: there's just one performance cluster, so the job can't be parallelized
162160
BAZEL_EXTRA_ARGS: "--test_tag_filters=system_test_benchmark --//bazel:enable_upload_perf_systest_results=True --keep_going --jobs 1"
163161
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
164-
- <<: *bazel-bep
165162
- name: Post Slack Notification
166163
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
167164
if: failure()

.github/workflows-source/schedule-hourly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ jobs:
6666
BAZEL_CI_CONFIG: "--config=ci"
6767
BAZEL_COMMAND: "build"
6868
BAZEL_EXTRA_ARGS: "--repository_cache= --disk_cache= --noremote_accept_cached --remote_instance_name=${CI_COMMIT_SHA} --@rules_rust//rust/settings:pipelined_compilation=True"
69-
- <<: *bazel-bep
7069

7170
bazel-system-test-hourly:
7271
name: Bazel System Tests Hourly
@@ -86,7 +85,6 @@ jobs:
8685
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
8786
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_hourly"
8887
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
89-
- <<: *bazel-bep
9088

9189
bazel-run-fuzzers-hourly:
9290
name: Bazel Run Fuzzers Hourly

.github/workflows/ci-main.yml

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,6 @@ jobs:
101101
# check if PR title contains release and set timeout filters accordingly
102102
BAZEL_EXTRA_ARGS: ${{ env.BAZEL_EXTRA_ARGS }}
103103
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
104-
- name: Upload bazel-bep
105-
# runs only if previous step succeeded or failed;
106-
# we avoid collecting artifacts of jobs that were cancelled
107-
if: success() || failure()
108-
uses: actions/upload-artifact@v4
109-
with:
110-
name: ${{ github.job }}-bep
111-
retention-days: 14
112-
if-no-files-found: ignore
113-
compression-level: 9
114-
path: |
115-
bazel-bep.pb
116-
profile.json
117104
- name: Upload bazel-targets
118105
uses: actions/upload-artifact@v4
119106
with:
@@ -149,19 +136,6 @@ jobs:
149136
BAZEL_COMMAND: "build"
150137
BAZEL_TARGETS: "//rs/..."
151138
BAZEL_CI_CONFIG: "--config=check --config=ci --keep_going"
152-
- name: Upload bazel-bep
153-
# runs only if previous step succeeded or failed;
154-
# we avoid collecting artifacts of jobs that were cancelled
155-
if: success() || failure()
156-
uses: actions/upload-artifact@v4
157-
with:
158-
name: ${{ github.job }}-bep
159-
retention-days: 14
160-
if-no-files-found: ignore
161-
compression-level: 9
162-
path: |
163-
bazel-bep.pb
164-
profile.json
165139
bazel-test-macos-intel:
166140
name: Bazel Test macOS Intel
167141
timeout-minutes: 130
@@ -195,19 +169,6 @@ jobs:
195169
BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output/${CI_RUN_ID}"
196170
BAZEL_TARGETS: "//rs/... //publish/binaries/..."
197171
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
198-
- name: Upload bazel-bep
199-
# runs only if previous step succeeded or failed;
200-
# we avoid collecting artifacts of jobs that were cancelled
201-
if: success() || failure()
202-
uses: actions/upload-artifact@v4
203-
with:
204-
name: ${{ github.job }}-bep
205-
retention-days: 14
206-
if-no-files-found: ignore
207-
compression-level: 9
208-
path: |
209-
bazel-bep.pb
210-
profile.json
211172
- name: Purge Bazel Output
212173
if: always()
213174
shell: bash
@@ -235,19 +196,6 @@ jobs:
235196
BAZEL_TARGETS: "//rs/..."
236197
BAZEL_EXTRA_ARGS: "--keep_going --config=fuzzing --build_tag_filters=libfuzzer"
237198
BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }}
238-
- name: Upload bazel-bep
239-
# runs only if previous step succeeded or failed;
240-
# we avoid collecting artifacts of jobs that were cancelled
241-
if: success() || failure()
242-
uses: actions/upload-artifact@v4
243-
with:
244-
name: ${{ github.job }}-bep
245-
retention-days: 14
246-
if-no-files-found: ignore
247-
compression-level: 9
248-
path: |
249-
bazel-bep.pb
250-
profile.json
251199
bazel-build-fuzzers-afl:
252200
name: Bazel Build Fuzzers AFL
253201
runs-on:
@@ -270,19 +218,6 @@ jobs:
270218
BAZEL_TARGETS: "//rs/..."
271219
BAZEL_EXTRA_ARGS: "--keep_going --config=afl"
272220
BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }}
273-
- name: Upload bazel-bep
274-
# runs only if previous step succeeded or failed;
275-
# we avoid collecting artifacts of jobs that were cancelled
276-
if: success() || failure()
277-
uses: actions/upload-artifact@v4
278-
with:
279-
name: ${{ github.job }}-bep
280-
retention-days: 14
281-
if-no-files-found: ignore
282-
compression-level: 9
283-
path: |
284-
bazel-bep.pb
285-
profile.json
286221
python-ci-tests:
287222
name: Python CI Tests
288223
runs-on:

.github/workflows/ci-pr-only.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,6 @@ jobs:
4444
set -euo pipefail
4545
cd "${GITHUB_WORKSPACE}"/bin
4646
./build-all-fuzzers.sh --zip
47-
- name: Upload bazel-bep
48-
if: always()
49-
uses: actions/upload-artifact@v4
50-
with:
51-
name: ${{ github.job }}-bep
52-
retention-days: 14
53-
if-no-files-found: ignore
54-
compression-level: 9
55-
path: |
56-
bazel-bep.pb
57-
profile.json
5847
lock-generate:
5948
name: Lock Generate
6049
timeout-minutes: 30

.github/workflows/release-testing.yml

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,6 @@ jobs:
5151
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
5252
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_nightly"
5353
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
54-
- name: Upload bazel-bep
55-
# runs only if previous step succeeded or failed;
56-
# we avoid collecting artifacts of jobs that were cancelled
57-
if: success() || failure()
58-
uses: actions/upload-artifact@v4
59-
with:
60-
name: ${{ github.job }}-bep
61-
retention-days: 14
62-
if-no-files-found: ignore
63-
compression-level: 9
64-
path: |
65-
bazel-bep.pb
66-
profile.json
6754
bazel-system-test-staging:
6855
name: Bazel System Test Staging
6956
runs-on:
@@ -93,19 +80,6 @@ jobs:
9380
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
9481
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_staging"
9582
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
96-
- name: Upload bazel-bep
97-
# runs only if previous step succeeded or failed;
98-
# we avoid collecting artifacts of jobs that were cancelled
99-
if: success() || failure()
100-
uses: actions/upload-artifact@v4
101-
with:
102-
name: ${{ github.job }}-bep
103-
retention-days: 14
104-
if-no-files-found: ignore
105-
compression-level: 9
106-
path: |
107-
bazel-bep.pb
108-
profile.json
10983
bazel-system-test-hotfix:
11084
name: Bazel System Test Hotfix
11185
runs-on:
@@ -135,19 +109,6 @@ jobs:
135109
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
136110
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_hotfix"
137111
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
138-
- name: Upload bazel-bep
139-
# runs only if previous step succeeded or failed;
140-
# we avoid collecting artifacts of jobs that were cancelled
141-
if: success() || failure()
142-
uses: actions/upload-artifact@v4
143-
with:
144-
name: ${{ github.job }}-bep
145-
retention-days: 14
146-
if-no-files-found: ignore
147-
compression-level: 9
148-
path: |
149-
bazel-bep.pb
150-
profile.json
151112
dependency-scan-release-cut:
152113
name: Dependency Scan for Release
153114
runs-on:
@@ -251,16 +212,3 @@ jobs:
251212
BAZEL_CI_CONFIG: "--config=systest --repository_cache=/cache/bazel"
252213
BAZEL_EXTRA_ARGS: "--keep_going --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }}"
253214
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
254-
- # runs only if previous step succeeded or failed;
255-
# we avoid collecting artifacts of jobs that were cancelled
256-
if: success() || failure()
257-
uses: actions/upload-artifact@v4
258-
name: Upload bazel bep for version ${{ matrix.version }}
259-
with:
260-
retention-days: 14
261-
if-no-files-found: ignore
262-
compression-level: 9
263-
path: |
264-
bazel-bep.pb
265-
profile.json
266-
name: ${{ github.job }}-${{ matrix.version }}-bep

.github/workflows/schedule-daily.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -94,19 +94,6 @@ jobs:
9494
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=fi_tests_nightly --test_env=SSH_AUTH_SOCK --test_timeout=43200"
9595
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
9696
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
97-
- name: Upload bazel-bep
98-
# runs only if previous step succeeded or failed;
99-
# we avoid collecting artifacts of jobs that were cancelled
100-
if: success() || failure()
101-
uses: actions/upload-artifact@v4
102-
with:
103-
name: ${{ github.job }}-bep
104-
retention-days: 14
105-
if-no-files-found: ignore
106-
compression-level: 9
107-
path: |
108-
bazel-bep.pb
109-
profile.json
11097
nns-tests-nightly:
11198
name: Bazel Test NNS Nightly
11299
runs-on:
@@ -135,19 +122,6 @@ jobs:
135122
BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=nns_tests_nightly --test_env=SSH_AUTH_SOCK --test_env=NNS_CANISTER_UPGRADE_SEQUENCE=all"
136123
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
137124
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
138-
- name: Upload bazel-bep
139-
# runs only if previous step succeeded or failed;
140-
# we avoid collecting artifacts of jobs that were cancelled
141-
if: success() || failure()
142-
uses: actions/upload-artifact@v4
143-
with:
144-
name: ${{ github.job }}-bep
145-
retention-days: 14
146-
if-no-files-found: ignore
147-
compression-level: 9
148-
path: |
149-
bazel-bep.pb
150-
profile.json
151125
system-tests-benchmarks-nightly:
152126
name: Bazel System Test Benchmarks
153127
runs-on:
@@ -181,19 +155,6 @@ jobs:
181155
# note: there's just one performance cluster, so the job can't be parallelized
182156
BAZEL_EXTRA_ARGS: "--test_tag_filters=system_test_benchmark --//bazel:enable_upload_perf_systest_results=True --keep_going --jobs 1"
183157
BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }}
184-
- name: Upload bazel-bep
185-
# runs only if previous step succeeded or failed;
186-
# we avoid collecting artifacts of jobs that were cancelled
187-
if: success() || failure()
188-
uses: actions/upload-artifact@v4
189-
with:
190-
name: ${{ github.job }}-bep
191-
retention-days: 14
192-
if-no-files-found: ignore
193-
compression-level: 9
194-
path: |
195-
bazel-bep.pb
196-
profile.json
197158
- name: Post Slack Notification
198159
uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0
199160
if: failure()

0 commit comments

Comments
 (0)