From 7383a9087a450bd4841f39d05cee020ffd213959 Mon Sep 17 00:00:00 2001 From: IDX GitHub Automation Date: Mon, 27 Jan 2025 15:39:41 +0000 Subject: [PATCH] IDX GitHub Automation --- .github/workflows/ci-main.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index d6fa1173bc1..dab05918fb8 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -168,7 +168,6 @@ jobs: BAZEL_EXTRA_ARGS: '--test_tag_filters=test_macos' BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output/${CI_RUN_ID}" BAZEL_TARGETS: "//rs/... //publish/binaries/..." - BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} - name: Purge Bazel Output if: always() shell: bash @@ -195,7 +194,6 @@ jobs: BAZEL_COMMAND: "build" BAZEL_TARGETS: "//rs/..." BAZEL_EXTRA_ARGS: "--keep_going --config=fuzzing --build_tag_filters=libfuzzer" - BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} bazel-build-fuzzers-afl: name: Bazel Build Fuzzers AFL runs-on: @@ -217,7 +215,6 @@ jobs: BAZEL_COMMAND: "build" BAZEL_TARGETS: "//rs/..." BAZEL_EXTRA_ARGS: "--keep_going --config=afl" - BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} python-ci-tests: name: Python CI Tests runs-on: @@ -282,13 +279,11 @@ jobs: rm -rf "/cache/job/${CI_JOB_NAME}/${CI_RUN_ID}" mkdir -p "/cache/job/${CI_JOB_NAME}/${CI_RUN_ID}/artifacts" ln -s "/cache/job/${CI_JOB_NAME}/${CI_RUN_ID}/artifacts" /__w/$REPO_NAME/$REPO_NAME/artifacts - buildevents cmd "$CI_RUN_ID" "$CI_JOB_NAME" build-command -- \ - "$CI_PROJECT_DIR"/ci/scripts/run-build-ic.sh + "$CI_PROJECT_DIR"/ci/scripts/run-build-ic.sh rm -rf "/cache/job/${CI_JOB_NAME}/${CI_RUN_ID}" env: BAZEL_COMMAND: "build" MERGE_BASE_SHA: ${{ github.event.pull_request.base.sha }} - BUILDEVENT_APIKEY: ${{ secrets.HONEYCOMB_API_TOKEN }} BRANCH_HEAD_SHA: ${{ github.event.pull_request.head.sha }} RUN_ON_DIFF_ONLY: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'CI_ALL_BAZEL_TARGETS') }} - name: Upload build-ic.tar @@ -383,13 +378,10 @@ jobs: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' shell: bash - env: - BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} run: | set -eExuo pipefail export CARGO_TERM_COLOR=always # ensure output has colors - buildevents cmd "$CI_RUN_ID" "$CI_JOB_NAME" build-command -- \ - "$CI_PROJECT_DIR"/ci/scripts/rust-lint.sh + "$CI_PROJECT_DIR"/ci/scripts/rust-lint.sh cargo-build-release-linux: name: Cargo Build Release Linux container: @@ -421,10 +413,7 @@ jobs: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' shell: bash - env: - BUILDEVENT_APIKEY: ${{ secrets. HONEYCOMB_API_TOKEN }} run: | set -eExuo pipefail export CARGO_TERM_COLOR=always # ensure output has colors - buildevents cmd "$CI_RUN_ID" "$CI_JOB_NAME" build-command -- \ - cargo build --release --locked + cargo build --release --locked