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

Commit

Permalink
[ci] Remove check-transaction-versions job (#6509)
Browse files Browse the repository at this point in the history
Co-authored-by: parity-processbot <>
  • Loading branch information
alvicsam authored Jan 6, 2023
1 parent 3d344d6 commit b2fd83c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions scripts/ci/gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,26 +39,6 @@ build-linux-stable:
- echo -n "v${RELEASE_VERSION}" > ./artifacts/BUILD_RELEASE_VERSION
- cp -r scripts/* ./artifacts

check-transaction-versions:
stage: build
extends:
- .docker-env
- .test-refs
image: node:15
needs:
- job: build-linux-stable
artifacts: true
before_script:
- apt-get -y update; apt-get -y install jq lsof
- npm install --ignore-scripts -g @polkadot/metadata-cmp
# Set git config
- git config remote.origin.url "https://github.com/paritytech/polkadot.git"
# - git fetch origin release
script:
- ./scripts/ci/gitlab/check_extrinsics_ordering.sh
# TODO: fixme, more info https://github.com/paritytech/polkadot/issues/6422
allow_failure: true

build-test-collators:
stage: build
# this is an artificial job dependency, for pipeline optimization using GitLab's DAGs
Expand Down

0 comments on commit b2fd83c

Please sign in to comment.