Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

[ci] Use dedicated runners for deploy #406

Merged
merged 3 commits into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ variables:
KUBE_NAMESPACE: "processbot"
CI_REGISTRY: "paritytech"
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.27"
CI_IMAGE: "paritytech/ci-linux:production"
CI_IMAGE: "paritytech/ci-linux@sha256:05ece6bd39131e35868babf911d19b7b570134d47b0455076ab162b233ed4157"
GIT_STRATEGY: fetch
GIT_DEPTH: 3
CARGO_TARGET_DIR: "/ci-cache/${CI_PROJECT_NAME}/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
Expand All @@ -19,7 +19,7 @@ default:
- unknown_failure
- api_failure
tags:
- linux-docker
- linux-docker-vm-c2

stages:
- check
Expand Down Expand Up @@ -125,18 +125,18 @@ deploy-staging:
stage: deploy
<<: *deploy-k8s
environment:
name: staging
name: staging
tags:
- kubernetes-parity-build
- parity-processbot-stg
only:
- /^pre-v[0-9]+\.[0-9]+.*$/

deploy-production:
stage: deploy
<<: *deploy-k8s
environment:
name: parity-prod
name: parity-prod
tags:
- kubernetes-parity-build
- parity-processbot-prod
only:
- /^v[0-9]+\.[0-9]+.*$/
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@

# CI
/.gitlab-ci.yml @paritytech/ci @paritytech/opstooling
/helm @paritytech/devops @paritytech/opstooling
/helm @paritytech/ci @paritytech/opstooling