From 21e50d4f57ed0ee7859263c718d884efc571d967 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Mon, 30 Mar 2020 10:25:29 -0400 Subject: [PATCH] Temporarily setup nightly ci to run on demand --- .circleci/config.yml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e8f3e1bbc..bd825d7450 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -49,6 +49,14 @@ parameters: type: boolean default: false + run-linux-release: + type: boolean + default: false + + run-macos-release: + type: boolean + default: false + # The config expects the following environment variables to be set: # - "SLACK_WEBHOOK" Slack hook URL to send notifications. # @@ -2400,14 +2408,7 @@ workflows: - mas-testing nightly-linux-release-test: - triggers: - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: - - master - - *chromium-upgrade-branches + when: << pipeline.parameters.run-linux-release >> jobs: - linux-checkout-fast - linux-checkout-and-save-cache @@ -2449,14 +2450,7 @@ workflows: - linux-arm64-release nightly-mac-release-test: - triggers: - - schedule: - cron: "0 0 * * *" - filters: - branches: - only: - - master - - *chromium-upgrade-branches + when: << pipeline.parameters.run-macos-release >> jobs: - mac-checkout-fast - mac-checkout-and-save-cache