Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Oct 8, 2024
1 parent 885227a commit 6cb191b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 428 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-develop-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Dispatch events based on develop push
on:
push:
branches:
- develop
- main

jobs:
dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency: develop_cluster
on:
push:
branches:
- develop
- main

repository_dispatch:
types:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/helm-deploy-testkube-charts-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
kubectl testkube create test -f ./test/postman/TestKube-Sanity.postman_collection.json --name sanity --type postman/collection -v api_uri=http://testkube-api-server:8088 -v test_api_uri=http://testkube-api-server:8088 -v test_type=postman/collection -v test_name=fill-me -v execution_name=fill-me
- name: Run Postman sanity tests
run: kubectl testkube run test sanity -f --git-branch develop
run: kubectl testkube run test sanity -f --git-branch main

- name: (Re)create Dashboard E2E tests (from CRD)
working-directory: ./testkube-repo
Expand All @@ -169,7 +169,7 @@ jobs:
kubectl testkube create testsuite -f ./test/suites/staging-testsuite.json --name staging-testsuite
- name: Run staging testsuite
run: kubectl testkube run testsuite staging-testsuite -f --git-branch develop
run: kubectl testkube run testsuite staging-testsuite -f --git-branch main

notify_slack_if_test_suite_succeeds:
runs-on: ubuntu-latest
Expand Down
201 changes: 0 additions & 201 deletions .github/workflows/helm-deploy-testkube-charts-stage-commit.yaml

This file was deleted.

Loading

0 comments on commit 6cb191b

Please sign in to comment.