mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 13:42:33 +01:00
CI: update job tags
This commit is contained in:
parent
b6ea319c0a
commit
0cc8cb10f7
1 changed files with 9 additions and 21 deletions
|
@ -5,9 +5,6 @@ variables:
|
||||||
DOCKER_HOST: tcp://localhost:2375
|
DOCKER_HOST: tcp://localhost:2375
|
||||||
DOCKER_TLS_CERTDIR: ""
|
DOCKER_TLS_CERTDIR: ""
|
||||||
|
|
||||||
services:
|
|
||||||
- docker:19-dind
|
|
||||||
|
|
||||||
image: blockstream/gcloud-docker
|
image: blockstream/gcloud-docker
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -27,8 +24,9 @@ build_ci_image:
|
||||||
when: manual
|
when: manual
|
||||||
image: blockstream/satapi-builder
|
image: blockstream/satapi-builder
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- k8s-docker
|
||||||
- k8s
|
services:
|
||||||
|
- docker:19-dind
|
||||||
only:
|
only:
|
||||||
- build_ci_image@satellite/ionosphere
|
- build_ci_image@satellite/ionosphere
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -43,8 +41,9 @@ test_build:
|
||||||
stage: build
|
stage: build
|
||||||
image: blockstream/satapi-builder
|
image: blockstream/satapi-builder
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- k8s-docker
|
||||||
- k8s
|
services:
|
||||||
|
- docker:19-dind
|
||||||
only:
|
only:
|
||||||
- branches@satellite/ionosphere
|
- branches@satellite/ionosphere
|
||||||
except:
|
except:
|
||||||
|
@ -67,8 +66,9 @@ build:
|
||||||
stage: build
|
stage: build
|
||||||
image: blockstream/satapi-builder
|
image: blockstream/satapi-builder
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- k8s-docker
|
||||||
- k8s
|
services:
|
||||||
|
- docker:19-dind
|
||||||
only:
|
only:
|
||||||
- master@satellite/ionosphere
|
- master@satellite/ionosphere
|
||||||
before_script:
|
before_script:
|
||||||
|
@ -93,7 +93,6 @@ build:
|
||||||
plan_satapi:
|
plan_satapi:
|
||||||
stage: plan
|
stage: plan
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- branches@satellite/ionosphere
|
- branches@satellite/ionosphere
|
||||||
|
@ -132,7 +131,6 @@ plan_satapi:
|
||||||
plan_misc:
|
plan_misc:
|
||||||
stage: plan
|
stage: plan
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^misc_.*/
|
- /^misc_.*/
|
||||||
|
@ -162,7 +160,6 @@ plan_misc:
|
||||||
deploy_misc:
|
deploy_misc:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^misc_v.*/
|
- /^misc_v.*/
|
||||||
|
@ -190,7 +187,6 @@ deploy_misc:
|
||||||
plan_staging:
|
plan_staging:
|
||||||
stage: plan
|
stage: plan
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^staging_v.*/
|
- /^staging_v.*/
|
||||||
|
@ -224,7 +220,6 @@ deploy_staging:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^staging_v.*/
|
- /^staging_v.*/
|
||||||
|
@ -257,7 +252,6 @@ deploy_staging:
|
||||||
plan_production:
|
plan_production:
|
||||||
stage: plan
|
stage: plan
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^prod_v.*/
|
- /^prod_v.*/
|
||||||
|
@ -291,7 +285,6 @@ deploy_production:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^prod_v.*/
|
- /^prod_v.*/
|
||||||
|
@ -324,7 +317,6 @@ deploy_production:
|
||||||
plan_staging_testnet:
|
plan_staging_testnet:
|
||||||
stage: plan
|
stage: plan
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^testnet_staging_v.*/
|
- /^testnet_staging_v.*/
|
||||||
|
@ -357,7 +349,6 @@ deploy_staging_testnet:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^testnet_staging_v.*/
|
- /^testnet_staging_v.*/
|
||||||
|
@ -389,7 +380,6 @@ deploy_staging_testnet:
|
||||||
plan_production_testnet:
|
plan_production_testnet:
|
||||||
stage: plan
|
stage: plan
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^testnet_prod_v.*/
|
- /^testnet_prod_v.*/
|
||||||
|
@ -422,7 +412,6 @@ deploy_production_testnet:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
when: manual
|
when: manual
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- /^testnet_prod_v.*/
|
- /^testnet_prod_v.*/
|
||||||
|
@ -454,7 +443,6 @@ deploy_production_testnet:
|
||||||
cleanup_staging:
|
cleanup_staging:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
- docker
|
|
||||||
- k8s
|
- k8s
|
||||||
only:
|
only:
|
||||||
- cleanup_staging@satellite/ionosphere
|
- cleanup_staging@satellite/ionosphere
|
||||||
|
|
Loading…
Add table
Reference in a new issue