Reduce CircleCI cost (#129)

This commit is contained in:
Trask Stalnaker 2020-02-05 13:01:03 -08:00 committed by GitHub
parent cb97c26ca4
commit 3a4b2a9b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 56 additions and 56 deletions

View File

@ -224,60 +224,60 @@ workflows:
filters: filters:
tags: tags:
only: /.*/ only: /.*/
- test_8: # - test_8:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_latest8: - test_latest8:
requires: requires:
- build - build
filters: filters:
tags: tags:
only: /.*/ only: /.*/
- test_ibm8: # - test_ibm8:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_zulu8: # - test_zulu8:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_9: # - test_9:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_10: # - test_10:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_11: - test_11:
requires: requires:
- build - build
filters: filters:
tags: tags:
only: /.*/ only: /.*/
- test_zulu11: # - test_zulu11:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_12: # - test_12:
requires: # requires:
- build # - build
filters: # filters:
tags: # tags:
only: /.*/ # only: /.*/
- test_13: - test_13:
requires: requires:
- build - build
@ -302,15 +302,15 @@ workflows:
- publish_master: - publish_master:
requires: requires:
- test_7 - test_7
- test_8 # - test_8
- test_latest8 - test_latest8
- test_ibm8 # - test_ibm8
- test_zulu8 # - test_zulu8
- test_9 # - test_9
- test_10 # - test_10
- test_11 - test_11
- test_zulu11 # - test_zulu11
- test_12 # - test_12
- test_13 - test_13
- check - check
filters: filters:
@ -322,15 +322,15 @@ workflows:
- publish_tag: - publish_tag:
requires: requires:
- test_7 - test_7
- test_8 # - test_8
- test_latest8 - test_latest8
- test_ibm8 # - test_ibm8
- test_zulu8 # - test_zulu8
- test_9 # - test_9
- test_10 # - test_10
- test_11 - test_11
- test_zulu11 # - test_zulu11
- test_12 # - test_12
- test_13 - test_13
- check - check
filters: filters: