Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Jul 22, 2024
1 parent 438a5d7 commit c4f40d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/system-tests-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
default: '32'

env:
TARGETS: "//rs/tests/testing_verification:basic_health_test"
TARGETS: "//rs/tests/testing_verification:*"
JOBS: "32"
AWS_SHARED_CREDENTIALS_CONTENT: ${{ secrets.AWS_SHARED_CREDENTIALS_FILE }}
BAZEL_STARTUP_ARGS: "--output_base=/var/tmp/bazel-output/"
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: ./.github/actions/bazel-test-all/
with:
BAZEL_COMMAND: "test"
BAZEL_TARGETS: ${{ github.event.inputs.targets || env.TARGETS }}
BAZEL_TARGETS: "${{ github.event.inputs.targets || env.TARGETS }}"
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
BAZEL_EXTRA_ARGS: "--repository_cache=/cache/bazel $BAZEL_EXTRA_ARGS_RULES --jobs=${{ github.event.inputs.jobs || env.JOBS }} --test_tag_filters=k8s,-manual --k8s"
HONEYCOMB_API_TOKEN: ${{ secrets.HONEYCOMB_API_TOKEN }}

0 comments on commit c4f40d5

Please sign in to comment.