mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 23:21:02 +00:00
remove vault from ci (#5420)
This commit is contained in:
committed by
GitHub
parent
2bbae6e6ef
commit
d54e3f7cb7
@@ -33,9 +33,6 @@ variables:
|
||||
DOCKER_OS: "debian:stretch"
|
||||
ARCH: "x86_64"
|
||||
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.2.25"
|
||||
VAULT_SERVER_URL: "https://vault.parity-mgmt-vault.parity.io"
|
||||
VAULT_AUTH_PATH: "gitlab-parity-io-jwt"
|
||||
VAULT_AUTH_ROLE: "cicd_gitlab_parity_${CI_PROJECT_NAME}"
|
||||
PIPELINE_SCRIPTS_TAG: "v0.4"
|
||||
|
||||
default:
|
||||
@@ -116,49 +113,6 @@ default:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
|
||||
#### Vault secrets
|
||||
.vault-secrets: &vault-secrets
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID:
|
||||
vault: cicd/gitlab/parity/polkadot/AWS_ACCESS_KEY_ID@kv
|
||||
file: false
|
||||
AWS_SECRET_ACCESS_KEY:
|
||||
vault: cicd/gitlab/parity/polkadot/AWS_SECRET_ACCESS_KEY@kv
|
||||
file: false
|
||||
GITHUB_PR_TOKEN:
|
||||
vault: cicd/gitlab/parity/GITHUB_PR_TOKEN@kv
|
||||
file: false
|
||||
GITHUB_TOKEN:
|
||||
vault: cicd/gitlab/parity/GITHUB_TOKEN@kv
|
||||
file: false
|
||||
GITHUB_USER:
|
||||
vault: cicd/gitlab/parity/polkadot/GITHUB_USER@kv
|
||||
file: false
|
||||
GITHUB_RELEASE_TOKEN:
|
||||
vault: cicd/gitlab/parity/polkadot/GITHUB_RELEASE_TOKEN@kv
|
||||
file: false
|
||||
GITHUB_SSH_PRIV_KEY:
|
||||
vault: cicd/gitlab/parity/polkadot/GITHUB_SSH_PRIV_KEY@kv
|
||||
file: false
|
||||
MATRIX_ACCESS_TOKEN:
|
||||
vault: cicd/gitlab/parity/polkadot/MATRIX_ACCESS_TOKEN@kv
|
||||
file: false
|
||||
MATRIX_ROOM_ID:
|
||||
vault: cicd/gitlab/parity/polkadot/MATRIX_ROOM_ID@kv
|
||||
file: false
|
||||
PARITYPR_USER:
|
||||
vault: cicd/gitlab/parity/polkadot/PARITYPR_USER@kv
|
||||
file: false
|
||||
PARITYPR_PASS:
|
||||
vault: cicd/gitlab/parity/polkadot/PARITYPR_PASS@kv
|
||||
file: false
|
||||
PIPELINE_TOKEN:
|
||||
vault: cicd/gitlab/parity/polkadot/PIPELINE_TOKEN@kv
|
||||
file: false
|
||||
REL_MAN_ROOM_ID:
|
||||
vault: cicd/gitlab/parity/polkadot/REL_MAN_ROOM_ID@kv
|
||||
file: false
|
||||
|
||||
.build-push-image: &build-push-image
|
||||
<<: *kubernetes-env
|
||||
image: quay.io/buildah/stable
|
||||
@@ -475,7 +429,6 @@ publish-s3-release: &publish-s3
|
||||
- job: build-linux-stable
|
||||
artifacts: true
|
||||
<<: *kubernetes-env
|
||||
<<: *vault-secrets
|
||||
image: paritytech/awscli:latest
|
||||
variables:
|
||||
GIT_STRATEGY: none
|
||||
@@ -762,7 +715,6 @@ zombienet-tests-malus-dispute-valid:
|
||||
publish-rustdoc:
|
||||
stage: stage4
|
||||
<<: *kubernetes-env
|
||||
<<: *vault-secrets
|
||||
image: paritytech/tools:latest
|
||||
variables:
|
||||
GIT_DEPTH: 100
|
||||
|
||||
Reference in New Issue
Block a user