From 30bcbb52d288107888274283d8e1bc76d4fece2b Mon Sep 17 00:00:00 2001 From: Martin Pugh Date: Tue, 17 Aug 2021 17:48:22 +0200 Subject: [PATCH] remove check_web_wasm job --- .gitlab-ci.yml | 17 +++-------------- scripts/gitlab/check_web_wasm.sh | 8 -------- 2 files changed, 3 insertions(+), 22 deletions(-) delete mode 100755 scripts/gitlab/check_web_wasm.sh diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c96574839fa..07f8fc5a558d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -157,17 +157,6 @@ test-build-linux-stable: - echo -n ${EXTRATAG} > ./artifacts/EXTRATAG - cp -r scripts/docker/* ./artifacts -check-web-wasm: - stage: test - <<: *rules-test - <<: *docker-env - <<: *compiler-info - script: - # WASM support is in progress. As more and more crates support WASM, we should - # add entries here. See https://github.com/paritytech/polkadot/issues/625 - - ./scripts/gitlab/check_web_wasm.sh - - sccache -s - check-runtime-benchmarks: stage: test <<: *rules-test @@ -493,10 +482,10 @@ simnet-tests: needs: - job: publish-polkadot-image - job: publish-adder-collator-image - # `parachains.env` brings here `$PARACHAINS_IMAGE_NAME` and `$PARACHAINS_IMAGE_TAG` + # `parachains.env` brings here `$PARACHAINS_IMAGE_NAME` and `$PARACHAINS_IMAGE_TAG` # (`$EXTRATAG` here, # i.e. `2643-0.8.29-5f689e0a-6b24dc54`). - # `collator.env` brings here `$COLLATOR_IMAGE_NAME` and `$COLLATOR_IMAGE_TAG` - # For local tests with docker `$PARACHAINS_IMAGE_TAG` and `$COLLATOR_IMAGE_TAG` + # `collator.env` brings here `$COLLATOR_IMAGE_NAME` and `$COLLATOR_IMAGE_TAG` + # For local tests with docker `$PARACHAINS_IMAGE_TAG` and `$COLLATOR_IMAGE_TAG` # can be replaced with `master` tag. # SIMNET_REF is a gitlab variable diff --git a/scripts/gitlab/check_web_wasm.sh b/scripts/gitlab/check_web_wasm.sh deleted file mode 100755 index a79bbc063a97..000000000000 --- a/scripts/gitlab/check_web_wasm.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -e - -#shellcheck source=../common/lib.sh -source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/../common/lib.sh" - -time cargo build --locked --target=wasm32-unknown-unknown --manifest-path cli/Cargo.toml --no-default-features --features browser