mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +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:
|
publish-polkadot-image:
|
||||||
stage: build
|
stage: build
|
||||||
<<: *build-push-image
|
<<: *build-push-image
|
||||||
variables:
|
# variables:
|
||||||
<<: *image-variables
|
# <<: *image-variables
|
||||||
# scripts/docker/Dockerfile
|
# # scripts/docker/Dockerfile
|
||||||
DOCKERFILE: Dockerfile
|
# DOCKERFILE: Dockerfile
|
||||||
IMAGE_NAME: docker.io/paritypr/synth-wave
|
# IMAGE_NAME: docker.io/paritypr/synth-wave
|
||||||
rules:
|
rules:
|
||||||
# Don't run on releases - this is handled by the Github Action here:
|
# Don't run on releases - this is handled by the Github Action here:
|
||||||
# .github/workflows/publish-docker-release.yml
|
# .github/workflows/publish-docker-release.yml
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
# - if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||||
when: never
|
# when: never
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- if: $CI_COMMIT_REF_NAME == "master"
|
# - if: $CI_COMMIT_REF_NAME == "master"
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
# - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||||
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||||
variables:
|
variables:
|
||||||
<<: *image-variables
|
<<: *image-variables
|
||||||
@@ -280,32 +280,32 @@ publish-polkadot-image:
|
|||||||
- job: test-build-linux-stable
|
- job: test-build-linux-stable
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
|
||||||
publish-adder-collator-image:
|
# publish-adder-collator-image:
|
||||||
# service image for Simnet
|
# # service image for Simnet
|
||||||
stage: build
|
# stage: build
|
||||||
<<: *build-push-image
|
# <<: *build-push-image
|
||||||
variables:
|
# variables:
|
||||||
<<: *image-variables
|
# <<: *image-variables
|
||||||
# scripts/docker/collator.Dockerfile
|
# # scripts/docker/collator.Dockerfile
|
||||||
DOCKERFILE: collator.Dockerfile
|
# DOCKERFILE: collator.Dockerfile
|
||||||
IMAGE_NAME: docker.io/paritypr/colander
|
# IMAGE_NAME: docker.io/paritypr/colander
|
||||||
rules:
|
# rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- if: $CI_COMMIT_REF_NAME == "master"
|
# - if: $CI_COMMIT_REF_NAME == "master"
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
# - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||||
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
# - if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||||
needs:
|
# needs:
|
||||||
- job: build-adder-collator
|
# - job: build-adder-collator
|
||||||
artifacts: true
|
# artifacts: true
|
||||||
after_script:
|
# after_script:
|
||||||
- buildah logout "$IMAGE_NAME"
|
# - buildah logout "$IMAGE_NAME"
|
||||||
# pass artifacts to the trigger-simnet job
|
# # pass artifacts to the trigger-simnet job
|
||||||
- echo "COLLATOR_IMAGE=$IMAGE_NAME" > ./artifacts/collator.env
|
# - echo "COLLATOR_IMAGE=$IMAGE_NAME" > ./artifacts/collator.env
|
||||||
- echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" >> ./artifacts/collator.env
|
# - echo "COLLATOR_IMAGE_TAG=$(cat ./artifacts/EXTRATAG)" >> ./artifacts/collator.env
|
||||||
artifacts:
|
# artifacts:
|
||||||
reports:
|
# reports:
|
||||||
# this artifact is used in trigger-simnet job
|
# # this artifact is used in trigger-simnet job
|
||||||
dotenv: ./artifacts/collator.env
|
# dotenv: ./artifacts/collator.env
|
||||||
|
|
||||||
#### stage: publish
|
#### stage: publish
|
||||||
|
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("kusama"),
|
spec_name: create_runtime_str!("kusama"),
|
||||||
impl_name: create_runtime_str!("parity-kusama"),
|
impl_name: create_runtime_str!("parity-kusama"),
|
||||||
authoring_version: 2,
|
authoring_version: 2,
|
||||||
spec_version: 9010,
|
spec_version: 9011,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
#[cfg(not(feature = "disable-runtime-api"))]
|
#[cfg(not(feature = "disable-runtime-api"))]
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("polkadot"),
|
spec_name: create_runtime_str!("polkadot"),
|
||||||
impl_name: create_runtime_str!("parity-polkadot"),
|
impl_name: create_runtime_str!("parity-polkadot"),
|
||||||
authoring_version: 0,
|
authoring_version: 0,
|
||||||
spec_version: 9010,
|
spec_version: 9011,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
#[cfg(not(feature = "disable-runtime-api"))]
|
#[cfg(not(feature = "disable-runtime-api"))]
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("westend"),
|
spec_name: create_runtime_str!("westend"),
|
||||||
impl_name: create_runtime_str!("parity-westend"),
|
impl_name: create_runtime_str!("parity-westend"),
|
||||||
authoring_version: 2,
|
authoring_version: 2,
|
||||||
spec_version: 9010,
|
spec_version: 9011,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
#[cfg(not(feature = "disable-runtime-api"))]
|
#[cfg(not(feature = "disable-runtime-api"))]
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
|
|||||||
Reference in New Issue
Block a user