From 0b48afb692486b1aebb60f5357fbda00685bd634 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 16 May 2019 13:48:25 -0300 Subject: [PATCH] Only check reproducibility when normal tests pass --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2256a2f1c..e9f618773 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,11 @@ image: briar/ci-image-android:latest +stages: +- test +- check_reproducibility + test: + stage: test before_script: - set -e - export GRADLE_USER_HOME=$PWD/.gradle @@ -21,6 +26,7 @@ test: test_reproducible: + stage: check_reproducibility script: - "curl -X POST -F token=${RELEASE_CHECK_TOKEN} -F ref=master -F variables[RELEASE_TAG]=${CI_COMMIT_REF_NAME} https://code.briarproject.org/api/v4/projects/61/trigger/pipeline" only: