Skip to content

Commit

Permalink
s/Testing/Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Mar 4, 2025
1 parent 8abc792 commit 1c1981a
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 @@ -86,7 +86,7 @@ jobs:
BAZEL_COMMAND: >-
test
--config=ci
--strategy=Testing=local
--strategy=Test=local
--local_test_jobs=${{ env.JOBS }} --test_tag_filters=k8s,-manual,-colocated,-long_test,-system_test_hourly,-system_test_nightly --k8s
BAZEL_TARGETS: ${{ env.TARGETS }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
BAZEL_COMMAND: >-
test
--config=ci
--strategy=Testing=local
--strategy=Test=local
--local_test_jobs=${{ env.JOBS }} --test_tag_filters=k8s --k8s --flaky_test_attempts=3
BAZEL_TARGETS: ${{ env.TARGETS }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 1c1981a

Please sign in to comment.