Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Jul 23, 2024
1 parent aaba9b5 commit 68714aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/bazel-test-all/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ 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: 1 addition & 0 deletions .github/workflows/system-tests-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ 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 68714aa

Please sign in to comment.