Skip to content

Commit

Permalink
Revert "test"
Browse files Browse the repository at this point in the history
This reverts commit 68714aa.
  • Loading branch information
marko-k0 committed Jul 23, 2024
1 parent 68714aa commit cc97c16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/actions/bazel-test-all/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ runs:
echo -e "Host *\nUser github-runner\n" > ~/.ssh/config
fi
echo "KUBECONFIG: ${KUBECONFIG:-}"
sleep 120
${GITHUB_WORKSPACE}/gitlab-ci/src/bazel-ci/main.sh
BAZEL_EXIT_CODE="$?"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/system-tests-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
with:
BAZEL_COMMAND: "test"
BAZEL_TARGETS: "//rs/tests/testing_verification:basic_health_test"
#BAZEL_TARGETS: "${{ github.event.inputs.targets || env.TARGETS }}"
BAZEL_CI_CONFIG: "--config=ci --repository_cache=/cache/bazel"
BAZEL_EXTRA_ARGS: "--jobs=${{ github.event.inputs.jobs || env.JOBS }} --test_tag_filters=k8s,-manual --k8s"
HONEYCOMB_API_TOKEN: ${{ secrets.HONEYCOMB_API_TOKEN }}

0 comments on commit cc97c16

Please sign in to comment.