mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
[ci] Fix docker credentials (#4826)
This commit is contained in:
committed by
GitHub
parent
50828ad145
commit
d9ab8ff576
@@ -361,7 +361,6 @@ build-rustdoc:
|
|||||||
|
|
||||||
.build-push-image: &build-push-image
|
.build-push-image: &build-push-image
|
||||||
<<: *kubernetes-env
|
<<: *kubernetes-env
|
||||||
<<: *vault-secrets
|
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable
|
||||||
variables: &image-variables
|
variables: &image-variables
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
@@ -601,10 +600,8 @@ zombienet-test-parachains-upgrade-smoke-test:
|
|||||||
- job: publish-polkadot-image
|
- job: publish-polkadot-image
|
||||||
- job: publish-malus-image
|
- job: publish-malus-image
|
||||||
- job: publish-adder-collator-image
|
- job: publish-adder-collator-image
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/parachains'
|
GH_DIR: 'https://github.com/paritytech/polkadot/tree/${CI_COMMIT_SHORT_SHA}/zombienet_tests/parachains'
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo "ZombieNet Tests Config"
|
- echo "ZombieNet Tests Config"
|
||||||
- echo "docker.io/parity/polkadot:latest"
|
- echo "docker.io/parity/polkadot:latest"
|
||||||
@@ -614,7 +611,6 @@ zombienet-test-parachains-upgrade-smoke-test:
|
|||||||
- export DEBUG=zombie,zombie::network-node
|
- export DEBUG=zombie,zombie::network-node
|
||||||
- export ZOMBIENET_INTEGRATION_TEST_IMAGE="docker.io/parity/polkadot:latest" # Use polkadot latest image
|
- export ZOMBIENET_INTEGRATION_TEST_IMAGE="docker.io/parity/polkadot:latest" # Use polkadot latest image
|
||||||
- export COL_IMAGE="docker.io/parity/polkadot-collator:latest" # Use cumulus lastest image
|
- export COL_IMAGE="docker.io/parity/polkadot-collator:latest" # Use cumulus lastest image
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
- /home/nonroot/zombie-net/scripts/run-test-env-manager.sh
|
||||||
--github-remote-dir="${GH_DIR}"
|
--github-remote-dir="${GH_DIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user