Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update flow #947

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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