CI: update job trigger rules

This commit is contained in:
nitramiz 2021-07-16 08:59:40 -07:00 committed by Blockstream Satellite
parent a6e5102641
commit 9d8f4f16eb

View file

@ -29,6 +29,11 @@ unit_tests:
image: python:3.9
tags:
- k8s
except:
- cleanup_staging@satellite/ionosphere
- /^staging_.*/
- /^prod_.*/
- /^misc_.*/
before_script:
- pip install flake8 yapf pytest pytest-cov
- pip install -r server/requirements.txt
@ -47,6 +52,11 @@ docker_build:
- docker:19-dind
only:
- branches@satellite/ionosphere
except:
- cleanup_staging@satellite/ionosphere
- /^staging_.*/
- /^prod_.*/
- /^misc_.*/
parallel:
matrix:
- IMAGE: $API_IMAGE
@ -108,7 +118,6 @@ plan_satapi:
- branches@satellite/ionosphere
except:
- cleanup_staging@satellite/ionosphere
- build_ci_image@satellite/ionosphere
- /^staging_.*/
- /^prod_.*/
- /^misc_.*/
@ -142,8 +151,6 @@ plan_misc:
stage: plan
tags:
- k8s
only:
- /^misc_.*/
except:
- /^misc_v.*/
script: