From 91114c6c11820dd25c0e01649f1439358561b4e3 Mon Sep 17 00:00:00 2001 From: gabriel klawitter Date: Fri, 8 Feb 2019 13:00:01 +0100 Subject: [PATCH] CI: label a pull request breaksapi if there are changes on the wasm source code but no changes to the spec_version (#1727) * trigger labelling pipeline for runtime changing pull requests * cut out aws config as it is now included in the parity/awscli image --- substrate/.gitlab-ci.yml | 33 +++++++++-------------- substrate/scripts/gitlab/check_runtime.sh | 11 +++++++- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/substrate/.gitlab-ci.yml b/substrate/.gitlab-ci.yml index 6e00b4ce69..f80d3af2ae 100644 --- a/substrate/.gitlab-ci.yml +++ b/substrate/.gitlab-ci.yml @@ -6,6 +6,7 @@ stages: - test - build - publish + - label image: parity/rust:nightly @@ -39,16 +40,21 @@ cache: test:runtime: stage: test - # image: alpine/git:latest + image: parity/tools:latest cache: {} tags: - linux-docker only: - /^[0-9]+$/ + variables: + GITLAB_API: "https://gitlab.parity.io/api/v4" + GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api" script: - ./scripts/gitlab/check_runtime.sh + + test:rust:stable: &test stage: test variables: @@ -166,24 +172,6 @@ publish:docker:release: -# configures aws for fast uploads/syncs -.s3_before_script: &s3_before_script - before_script: - - mkdir -p ${HOME}/.aws - - | - cat > ${HOME}/.aws/config <