From 1c9200eca8ab846b5e192467d00222704372c547 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 23 Apr 2018 16:41:10 -0700 Subject: [PATCH] ci: require green integration tests to publish snapshot (#23517) Now looks like https://circleci.com/workflow-run/921ffc90-cff6-4f48-97df-740d60d5bf2b PR Close #23517 --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 818c3c7982..a1577d7b5b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -194,8 +194,9 @@ workflows: # Instead, the publish-build-artifacts.sh script just terminates when # CIRCLE_PR_NUMBER is set. requires: - # Only publish if tests pass + # Only publish if tests and integration tests pass - test + - integration_test # Get the artifacts to publish from the build-packages-dist job # since the publishing script expects the legacy outputs layout. - build-packages-dist