diff --git a/.github/workflows-source/ci-main.yml b/.github/workflows-source/ci-main.yml index ff9a337cc5f..3d43f17dbc3 100644 --- a/.github/workflows-source/ci-main.yml +++ b/.github/workflows-source/ci-main.yml @@ -153,7 +153,6 @@ jobs: # check if PR title contains release and set timeout filters accordingly BAZEL_EXTRA_ARGS: ${{ env.BAZEL_EXTRA_ARGS }} BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep - <<: *bazel-upload bazel-build-all-config-check: @@ -170,7 +169,6 @@ jobs: BAZEL_COMMAND: "build" BAZEL_TARGETS: "//rs/..." BAZEL_CI_CONFIG: "--config=check --config=ci --keep_going" - - <<: *bazel-bep bazel-test-macos-intel: name: Bazel Test macOS Intel @@ -203,7 +201,6 @@ jobs: BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output/${CI_RUN_ID}" BAZEL_TARGETS: "//rs/... //publish/binaries/..." BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep - name: Purge Bazel Output if: always() shell: bash @@ -223,7 +220,6 @@ jobs: BAZEL_TARGETS: "//rs/..." BAZEL_EXTRA_ARGS: "--keep_going --config=fuzzing --build_tag_filters=libfuzzer" BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep bazel-build-fuzzers-afl: name: Bazel Build Fuzzers AFL @@ -238,7 +234,6 @@ jobs: BAZEL_TARGETS: "//rs/..." BAZEL_EXTRA_ARGS: "--keep_going --config=afl" BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep python-ci-tests: name: Python CI Tests diff --git a/.github/workflows-source/ci-pr-only.yml b/.github/workflows-source/ci-pr-only.yml index 10a556e4a67..2072e4571ea 100644 --- a/.github/workflows-source/ci-pr-only.yml +++ b/.github/workflows-source/ci-pr-only.yml @@ -64,17 +64,6 @@ jobs: set -euo pipefail cd "${GITHUB_WORKSPACE}"/bin ./build-all-fuzzers.sh --zip - - name: Upload bazel-bep - if: always() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json lock-generate: name: Lock Generate diff --git a/.github/workflows-source/release-testing.yml b/.github/workflows-source/release-testing.yml index a2a6c2d66ff..4af1efc2eb1 100644 --- a/.github/workflows-source/release-testing.yml +++ b/.github/workflows-source/release-testing.yml @@ -82,7 +82,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_nightly" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep bazel-system-test-staging: name: Bazel System Test Staging @@ -99,7 +98,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_staging" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep bazel-system-test-hotfix: name: Bazel System Test Hotfix @@ -117,7 +115,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_hotfix" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep dependency-scan-release-cut: name: Dependency Scan for Release @@ -190,8 +187,3 @@ jobs: BAZEL_CI_CONFIG: "--config=systest --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }}" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep - name: Upload bazel bep for version ${{ matrix.version }} - with: - <<: *bazel-bep-with - name: ${{ github.job }}-${{ matrix.version }}-bep diff --git a/.github/workflows-source/schedule-daily.yml b/.github/workflows-source/schedule-daily.yml index a5eb842d9e4..4cd59af5f67 100644 --- a/.github/workflows-source/schedule-daily.yml +++ b/.github/workflows-source/schedule-daily.yml @@ -118,7 +118,6 @@ jobs: BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=fi_tests_nightly --test_env=SSH_AUTH_SOCK --test_timeout=43200" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} - - <<: *bazel-bep nns-tests-nightly: name: Bazel Test NNS Nightly @@ -137,7 +136,6 @@ jobs: BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=nns_tests_nightly --test_env=SSH_AUTH_SOCK --test_env=NNS_CANISTER_UPGRADE_SEQUENCE=all" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} - - <<: *bazel-bep system-tests-benchmarks-nightly: name: Bazel System Test Benchmarks @@ -161,7 +159,6 @@ jobs: # note: there's just one performance cluster, so the job can't be parallelized BAZEL_EXTRA_ARGS: "--test_tag_filters=system_test_benchmark --//bazel:enable_upload_perf_systest_results=True --keep_going --jobs 1" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep - name: Post Slack Notification uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 if: failure() diff --git a/.github/workflows-source/schedule-hourly.yml b/.github/workflows-source/schedule-hourly.yml index 0ed1834aeb2..23a2a1a24a3 100644 --- a/.github/workflows-source/schedule-hourly.yml +++ b/.github/workflows-source/schedule-hourly.yml @@ -66,7 +66,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci" BAZEL_COMMAND: "build" BAZEL_EXTRA_ARGS: "--repository_cache= --disk_cache= --noremote_accept_cached --remote_instance_name=${CI_COMMIT_SHA} --@rules_rust//rust/settings:pipelined_compilation=True" - - <<: *bazel-bep bazel-system-test-hourly: name: Bazel System Tests Hourly @@ -86,7 +85,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_hourly" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - <<: *bazel-bep bazel-run-fuzzers-hourly: name: Bazel Run Fuzzers Hourly diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index 5b140e1467f..09640664450 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -101,19 +101,6 @@ jobs: # check if PR title contains release and set timeout filters accordingly BAZEL_EXTRA_ARGS: ${{ env.BAZEL_EXTRA_ARGS }} BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json - name: Upload bazel-targets uses: actions/upload-artifact@v4 with: @@ -149,19 +136,6 @@ jobs: BAZEL_COMMAND: "build" BAZEL_TARGETS: "//rs/..." BAZEL_CI_CONFIG: "--config=check --config=ci --keep_going" - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json bazel-test-macos-intel: name: Bazel Test macOS Intel timeout-minutes: 130 @@ -195,19 +169,6 @@ jobs: BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output/${CI_RUN_ID}" BAZEL_TARGETS: "//rs/... //publish/binaries/..." BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json - name: Purge Bazel Output if: always() shell: bash @@ -235,19 +196,6 @@ jobs: BAZEL_TARGETS: "//rs/..." BAZEL_EXTRA_ARGS: "--keep_going --config=fuzzing --build_tag_filters=libfuzzer" BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json bazel-build-fuzzers-afl: name: Bazel Build Fuzzers AFL runs-on: @@ -270,19 +218,6 @@ jobs: BAZEL_TARGETS: "//rs/..." BAZEL_EXTRA_ARGS: "--keep_going --config=afl" BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json python-ci-tests: name: Python CI Tests runs-on: diff --git a/.github/workflows/ci-pr-only.yml b/.github/workflows/ci-pr-only.yml index 870eef04fd0..91a8301c95b 100644 --- a/.github/workflows/ci-pr-only.yml +++ b/.github/workflows/ci-pr-only.yml @@ -44,17 +44,6 @@ jobs: set -euo pipefail cd "${GITHUB_WORKSPACE}"/bin ./build-all-fuzzers.sh --zip - - name: Upload bazel-bep - if: always() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json lock-generate: name: Lock Generate timeout-minutes: 30 diff --git a/.github/workflows/release-testing.yml b/.github/workflows/release-testing.yml index f21715b6e63..34b13a0cd10 100644 --- a/.github/workflows/release-testing.yml +++ b/.github/workflows/release-testing.yml @@ -51,19 +51,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_nightly" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json bazel-system-test-staging: name: Bazel System Test Staging runs-on: @@ -93,19 +80,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_staging" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json bazel-system-test-hotfix: name: Bazel System Test Hotfix runs-on: @@ -135,19 +109,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_hotfix" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json dependency-scan-release-cut: name: Dependency Scan for Release runs-on: @@ -251,16 +212,3 @@ jobs: BAZEL_CI_CONFIG: "--config=systest --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_timeout=7200 --test_env=OLD_VERSION=${{ matrix.version }}" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - name: Upload bazel bep for version ${{ matrix.version }} - with: - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json - name: ${{ github.job }}-${{ matrix.version }}-bep diff --git a/.github/workflows/schedule-daily.yml b/.github/workflows/schedule-daily.yml index 771bc20432e..1ea0f4b894b 100644 --- a/.github/workflows/schedule-daily.yml +++ b/.github/workflows/schedule-daily.yml @@ -94,19 +94,6 @@ jobs: BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=fi_tests_nightly --test_env=SSH_AUTH_SOCK --test_timeout=43200" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json nns-tests-nightly: name: Bazel Test NNS Nightly runs-on: @@ -135,19 +122,6 @@ jobs: BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=nns_tests_nightly --test_env=SSH_AUTH_SOCK --test_env=NNS_CANISTER_UPGRADE_SEQUENCE=all" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json system-tests-benchmarks-nightly: name: Bazel System Test Benchmarks runs-on: @@ -181,19 +155,6 @@ jobs: # note: there's just one performance cluster, so the job can't be parallelized BAZEL_EXTRA_ARGS: "--test_tag_filters=system_test_benchmark --//bazel:enable_upload_perf_systest_results=True --keep_going --jobs 1" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json - name: Post Slack Notification uses: slackapi/slack-github-action@6c661ce58804a1a20f6dc5fbee7f0381b469e001 # v1.25.0 if: failure() diff --git a/.github/workflows/schedule-hourly.yml b/.github/workflows/schedule-hourly.yml index 99c579508e3..30425c6be15 100644 --- a/.github/workflows/schedule-hourly.yml +++ b/.github/workflows/schedule-hourly.yml @@ -37,19 +37,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci" BAZEL_COMMAND: "build" BAZEL_EXTRA_ARGS: "--repository_cache= --disk_cache= --noremote_accept_cached --remote_instance_name=${CI_COMMIT_SHA} --@rules_rust//rust/settings:pipelined_compilation=True" - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json bazel-system-test-hourly: name: Bazel System Tests Hourly container: @@ -77,19 +64,6 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--keep_going --test_tag_filters=system_test_hourly" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - # runs only if previous step succeeded or failed; - # we avoid collecting artifacts of jobs that were cancelled - if: success() || failure() - uses: actions/upload-artifact@v4 - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json bazel-run-fuzzers-hourly: name: Bazel Run Fuzzers Hourly runs-on: diff --git a/.github/workflows/system-tests-k8s.yml b/.github/workflows/system-tests-k8s.yml index 15901a233ad..c9135ff2ea3 100644 --- a/.github/workflows/system-tests-k8s.yml +++ b/.github/workflows/system-tests-k8s.yml @@ -91,18 +91,6 @@ jobs: BAZEL_EXTRA_ARGS: "--local_test_jobs=${{ env.JOBS }} --test_tag_filters=k8s,-manual,-colocated,-long_test,-system_test_hourly,-system_test_nightly --k8s" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - name: Upload bazel-bep - uses: actions/upload-artifact@v4 - if: success() || failure() - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json - system-tests-k8s-hourly: name: System Tests K8s Hourly runs-on: @@ -160,15 +148,3 @@ jobs: BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel" BAZEL_EXTRA_ARGS: "--local_test_jobs=${{ env.JOBS }} --test_tag_filters=k8s --k8s --flaky_test_attempts=3" BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - - - name: Upload bazel-bep - uses: actions/upload-artifact@v4 - if: success() || failure() - with: - name: ${{ github.job }}-bep - retention-days: 14 - if-no-files-found: ignore - compression-level: 9 - path: | - bazel-bep.pb - profile.json