From 046362bb00d365f157c855b2d55b4447a9235098 Mon Sep 17 00:00:00 2001 From: Alexander Samusev <41779041+alvicsam@users.noreply.github.com> Date: Fri, 6 Jan 2023 10:59:45 +0100 Subject: [PATCH] [ci] Remove check-transaction-versions job (#6509) Co-authored-by: parity-processbot <> --- polkadot/scripts/ci/gitlab/pipeline/build.yml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/polkadot/scripts/ci/gitlab/pipeline/build.yml b/polkadot/scripts/ci/gitlab/pipeline/build.yml index c1ec964e96b..38b47942f1d 100644 --- a/polkadot/scripts/ci/gitlab/pipeline/build.yml +++ b/polkadot/scripts/ci/gitlab/pipeline/build.yml @@ -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 -- GitLab