Skip to content

Commit

Permalink
Merge pull request #61 from CircleCI-Public/ONPREM-1297/only-trigger-…
Browse files Browse the repository at this point in the history
…k8s-smoke-tests

Only trigger the Kubernetes smoke tests
  • Loading branch information
christian-stephen authored Jun 28, 2024
2 parents 1bce622 + c4bbdae commit f7a0b7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ workflows:
- package
- smoke-tests:
context: runner-deploy
requires: [ validate ]

- approve-publish:
type: approval
Expand Down Expand Up @@ -55,7 +56,10 @@ jobs:
name: Run the smoke tests
command: |
cd ./runner-init
SMOKE_TESTS_KUBERNETES_HELM_CHART_BRANCH="${CIRCLE_BRANCH}" ./do smoke-tests
SMOKE_TESTS_MACHINE_SKIP="true" \
SMOKE_TESTS_KUBERNETES_HELM_CHART_BRANCH="${CIRCLE_BRANCH}" \
./do smoke-tests
- notify_failing_main

check_readme:
Expand Down

0 comments on commit f7a0b7b

Please sign in to comment.