Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabling migration test
Browse files Browse the repository at this point in the history
ljakimczuk committed May 24, 2024
1 parent 0ed6595 commit e07bbd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -60,6 +60,19 @@ workflows:
requires:
- push-cluster-apps-operator-to-control-plane-app-catalog

- architect/integration-test:
name: "basic-integration-test-migration"
install-app-platform: true
test-dir: "integration/test/migration"
setup-script: "integration/setup/setup.sh"
filters:
# Do not trigger the job on merge to master.
branches:
ignore:
- master
requires:
- push-cluster-apps-operator-to-control-plane-app-catalog

- architect/push-to-app-collection:
context: architect
name: push-cluster-apps-operator-to-aws-app-collection

0 comments on commit e07bbd8

Please sign in to comment.