Skip to content

Commit

Permalink
Fix test-install CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hypnoglow committed Dec 17, 2019
1 parent 3326b1d commit f571958
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,12 +331,6 @@ workflows:
- test-integration-helm-3_0:
requires:
- dep
- test-install:
requires:
- dep
filters:
branches:
only: master
- docker-helm-2_14:
requires:
- dep
Expand All @@ -345,7 +339,6 @@ workflows:
- test-integration-helm-2_15
- test-integration-helm-2_16
- test-integration-helm-3_0
- test-install
filters:
branches:
only: master
Expand All @@ -357,7 +350,6 @@ workflows:
- test-integration-helm-2_15
- test-integration-helm-2_16
- test-integration-helm-3_0
- test-install
filters:
branches:
only: master
Expand All @@ -369,7 +361,6 @@ workflows:
- test-integration-helm-2_15
- test-integration-helm-2_16
- test-integration-helm-3_0
- test-install
filters:
branches:
only: master
Expand All @@ -381,7 +372,6 @@ workflows:
- test-integration-helm-2_15
- test-integration-helm-2_16
- test-integration-helm-3_0
- test-install
filters:
branches:
only: master
Expand All @@ -394,18 +384,9 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- test-install:
requires:
- dep
filters:
tags:
only: /.*/
branches:
ignore: /.*/
- docker-helm-2_14:
requires:
- dep
- test-install
filters:
tags:
only: /.*/
Expand All @@ -414,7 +395,6 @@ workflows:
- docker-helm-2_15:
requires:
- dep
- test-install
filters:
tags:
only: /.*/
Expand All @@ -423,7 +403,6 @@ workflows:
- docker-helm-2_16:
requires:
- dep
- test-install
filters:
tags:
only: /.*/
Expand All @@ -432,7 +411,6 @@ workflows:
- docker-helm-3_0:
requires:
- dep
- test-install
filters:
tags:
only: /.*/
Expand All @@ -441,7 +419,6 @@ workflows:
- release:
requires:
- dep
- test-install
- docker-helm-2_14
- docker-helm-2_15
- docker-helm-2_16
Expand All @@ -451,3 +428,11 @@ workflows:
only: /.*/
branches:
ignore: /.*/
- test-install:
requires:
- release
filters:
tags:
only: /.*/
branches:
ignore: /.*/

0 comments on commit f571958

Please sign in to comment.