Skip to content

Commit

Permalink
fix workflow (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomahawk28 authored Apr 23, 2020
1 parent d8cc3aa commit a47a254
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ workflows:
password_envar: "QUAY_PASSWORD"
requires:
- build
filters:
# Trigger the job also on git tag.
tags:
only: /^v.*/

- architect/push-to-docker:
name: push-app-operator-to-aliyun
Expand All @@ -54,18 +58,12 @@ workflows:
password_envar: "ALIYUN_PASSWORD"
requires:
- build

- architect/integration-test:
name: basic-integration-test
test-dir: "integration/test/app/basic"
requires:
- build

- architect/integration-test:
name: kubeconfig-integration-test
test-dir: "integration/test/app/kubeconfig"
requires:
- build
filters:
branches:
only: master
# Trigger the job also on git tag.
tags:
only: /^v.*/

# build and push chart to app catalog
- architect/push-to-app-catalog:
Expand All @@ -81,6 +79,20 @@ workflows:
tags:
only: /^v.*/

- architect/integration-test:
name: basic-integration-test
test-dir: "integration/test/app/basic"
requires:
- build
- push-app-operator-to-control-plane-app-catalog

- architect/integration-test:
name: kubeconfig-integration-test
test-dir: "integration/test/app/kubeconfig"
requires:
- build
- push-app-operator-to-control-plane-app-catalog

# deploy to aws installations (only tags)
- architect/push-to-app-collection:
context: "architect"
Expand Down

0 comments on commit a47a254

Please sign in to comment.