chore(ci): Enable build on RC tags
This commit is contained in:
parent
8d86dec653
commit
9fb4bea9ab
@ -751,7 +751,7 @@ workflows:
|
|||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- test-conformance:
|
- test-conformance:
|
||||||
test-suite-name: conformance
|
test-suite-name: conformance
|
||||||
packages: "./conformance"
|
packages: "./conformance"
|
||||||
@ -772,28 +772,28 @@ workflows:
|
|||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-ntwk-calibration:
|
- build-ntwk-calibration:
|
||||||
requires:
|
requires:
|
||||||
- test-short
|
- test-short
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-ntwk-butterfly:
|
- build-ntwk-butterfly:
|
||||||
requires:
|
requires:
|
||||||
- test-short
|
- test-short
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-ntwk-nerpa:
|
- build-ntwk-nerpa:
|
||||||
requires:
|
requires:
|
||||||
- test-short
|
- test-short
|
||||||
filters:
|
filters:
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-lotus-soup
|
- build-lotus-soup
|
||||||
- build-macos:
|
- build-macos:
|
||||||
requires:
|
requires:
|
||||||
@ -804,7 +804,7 @@ workflows:
|
|||||||
- /.*/
|
- /.*/
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish:
|
- publish:
|
||||||
requires:
|
requires:
|
||||||
- build-all
|
- build-all
|
||||||
@ -815,7 +815,7 @@ workflows:
|
|||||||
- /.*/
|
- /.*/
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- build-and-push-image:
|
- build-and-push-image:
|
||||||
dockerfile: Dockerfile.lotus
|
dockerfile: Dockerfile.lotus
|
||||||
path: .
|
path: .
|
||||||
@ -830,7 +830,7 @@ workflows:
|
|||||||
- /.*/
|
- /.*/
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish-packer-calibrationnet:
|
- publish-packer-calibrationnet:
|
||||||
requires:
|
requires:
|
||||||
- build-ntwk-calibration
|
- build-ntwk-calibration
|
||||||
@ -840,7 +840,7 @@ workflows:
|
|||||||
- /.*/
|
- /.*/
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish-packer-butterflynet:
|
- publish-packer-butterflynet:
|
||||||
requires:
|
requires:
|
||||||
- build-ntwk-butterfly
|
- build-ntwk-butterfly
|
||||||
@ -850,7 +850,7 @@ workflows:
|
|||||||
- /.*/
|
- /.*/
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
- publish-packer-nerpanet:
|
- publish-packer-nerpanet:
|
||||||
requires:
|
requires:
|
||||||
- build-ntwk-nerpa
|
- build-ntwk-nerpa
|
||||||
@ -860,4 +860,4 @@ workflows:
|
|||||||
- /.*/
|
- /.*/
|
||||||
tags:
|
tags:
|
||||||
only:
|
only:
|
||||||
- /^v\d+\.\d+\.\d+$/
|
- /^v\d+\.\d+\.\d+(-rc\d+)?$/
|
||||||
|
Loading…
Reference in New Issue
Block a user