mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
bump spec versions in kusama, polkadot and westend again II (#3021)
* bump spec versions in kusama, polkadot and westend again II * Don't build artifacts for the downstream simnet job as it's disabled now * uncomment rococo-v1 publishing job Co-authored-by: Vladimir Istyufeev <vladimir@parity.io>
This commit is contained in:
+36
-36
@@ -257,19 +257,19 @@ generate-impl-guide:
|
||||
publish-polkadot-image:
|
||||
stage: build
|
||||
<<: *build-push-image
|
||||
variables:
|
||||
<<: *image-variables
|
||||
# scripts/docker/Dockerfile
|
||||
DOCKERFILE: Dockerfile
|
||||
IMAGE_NAME: docker.io/paritypr/synth-wave
|
||||
# variables:
|
||||
# <<: *image-variables
|
||||
# # scripts/docker/Dockerfile
|
||||
# DOCKERFILE: Dockerfile
|
||||
# IMAGE_NAME: docker.io/paritypr/synth-wave
|
||||
rules:
|
||||
# Don't run on releases - this is handled by the Github Action here:
|
||||
# .github/workflows/publish-docker-release.yml
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||
when: never
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||
# - if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||
# when: never
|
||||
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
# - if: $CI_COMMIT_REF_NAME == "master"
|
||||
# - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||
variables:
|
||||
<<: *image-variables
|
||||
@@ -280,32 +280,32 @@ publish-polkadot-image:
|
||||
- job: test-build-linux-stable
|
||||
artifacts: true
|
||||
|
||||
publish-adder-collator-image:
|
||||
# service image for Simnet
|
||||
stage: build
|
||||
<<: *build-push-image
|
||||
variables:
|
||||
<<: *image-variables
|
||||
# scripts/docker/collator.Dockerfile
|
||||
DOCKERFILE: collator.Dockerfile
|
||||
IMAGE_NAME: docker.io/paritypr/colander
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
- if: $CI_COMMIT_REF_NAME == "master"
|
||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||
needs:
|
||||
- job: build-adder-collator
|
||||
artifacts: true
|
||||
after_script:
|
||||
- buildah logout "$IMAGE_NAME"
|
||||
# pass artifacts to the trigger-simnet job
|
||||
- echo "COLLATOR_IMAGE=$IMAGE_NAME" > ./artifacts/collator.env
|
||||
- echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" >> ./artifacts/collator.env
|
||||
artifacts:
|
||||
reports:
|
||||
# this artifact is used in trigger-simnet job
|
||||
dotenv: ./artifacts/collator.env
|
||||
# publish-adder-collator-image:
|
||||
# # service image for Simnet
|
||||
# stage: build
|
||||
# <<: *build-push-image
|
||||
# variables:
|
||||
# <<: *image-variables
|
||||
# # scripts/docker/collator.Dockerfile
|
||||
# DOCKERFILE: collator.Dockerfile
|
||||
# IMAGE_NAME: docker.io/paritypr/colander
|
||||
# rules:
|
||||
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
||||
# - if: $CI_COMMIT_REF_NAME == "master"
|
||||
# - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||
# - if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||
# needs:
|
||||
# - job: build-adder-collator
|
||||
# artifacts: true
|
||||
# after_script:
|
||||
# - buildah logout "$IMAGE_NAME"
|
||||
# # pass artifacts to the trigger-simnet job
|
||||
# - echo "COLLATOR_IMAGE=$IMAGE_NAME" > ./artifacts/collator.env
|
||||
# - echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" >> ./artifacts/collator.env
|
||||
# artifacts:
|
||||
# reports:
|
||||
# # this artifact is used in trigger-simnet job
|
||||
# dotenv: ./artifacts/collator.env
|
||||
|
||||
#### stage: publish
|
||||
|
||||
|
||||
Reference in New Issue
Block a user