Skip to content

Commit

Permalink
Revert "chore(IDX): no execution_environment_test on darwin (#257)"
Browse files Browse the repository at this point in the history
This reverts commit 73a2660.
  • Loading branch information
marko-k0 authored Jun 24, 2024
1 parent 5ad19d1 commit e5f3a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows-source/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ jobs:
echo "$HOME/.cargo/bin:" >> $GITHUB_PATH
- <<: *before-script
- name: Run Bazel Test Darwin x86-64
# TODO: remove '//rs/execution_environment:execution_environment_test' once flakiness is resolved
id: bazel-test-darwin-x86-64
if: steps.filter.outputs.bazel-test-darwin-x86-64 != 'false' || github.event_name == 'schedule'
uses: ./.github/actions/bazel-test-all/
Expand All @@ -146,7 +145,7 @@ jobs:
BAZEL_COMMAND: test
BAZEL_EXTRA_ARGS: "--test_tag_filters=test_macos"
BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output//${ROOT_PIPELINE_ID}"
BAZEL_TARGETS: "//rs/... //publish/binaries/... -//rs/execution_environment:execution_environment_test"
BAZEL_TARGETS: "//rs/... //publish/binaries/..."
HONEYCOMB_API_TOKEN: ${{ secrets.HONEYCOMB_API_TOKEN }}
- name: Purge Bazel Output
if: always()
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
shell: bash
run: ./gitlab-ci/src/ci-scripts/before-script.sh
- name: Run Bazel Test Darwin x86-64
# TODO: remove '//rs/execution_environment:execution_environment_test' once flakiness is resolved
id: bazel-test-darwin-x86-64
if: steps.filter.outputs.bazel-test-darwin-x86-64 != 'false' || github.event_name == 'schedule'
uses: ./.github/actions/bazel-test-all/
Expand All @@ -141,7 +140,7 @@ jobs:
BAZEL_COMMAND: test
BAZEL_EXTRA_ARGS: "--test_tag_filters=test_macos"
BAZEL_STARTUP_ARGS: "--output_base /var/tmp/bazel-output//${ROOT_PIPELINE_ID}"
BAZEL_TARGETS: "//rs/... //publish/binaries/... -//rs/execution_environment:execution_environment_test"
BAZEL_TARGETS: "//rs/... //publish/binaries/..."
HONEYCOMB_API_TOKEN: ${{ secrets.HONEYCOMB_API_TOKEN }}
- name: Purge Bazel Output
if: always()
Expand Down

0 comments on commit e5f3a38

Please sign in to comment.