Skip to content

disable nightly-automation #765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 1, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 19 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -463,18 +463,15 @@ jobs:
command: MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release VARIANT=lite ./tests/qa/run


nightly-automation:
docker:
- image: redisfab/rmbuilder:6.2.1-x64-buster
steps:
- checkout
- setup-automation
- run:
name: Run QA Automation
command: MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly QUICK=1 ./tests/qa/run
- run:
name: Run QA Automation (AILite)
command: MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly VARIANT=lite QUICK=1 ./tests/qa/run
#nightly-automation:
# docker:
# - image: redisfab/rmbuilder:6.2.1-x64-buster
# steps:
# - checkout
# - setup-automation
# - run:
# name: Run QA Automation
# command: MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly QUICK=1 ./tests/qa/run
Comment on lines +466 to +474
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have to disable this as it's just the script.


on-any-branch: &on-any-branch
filters:
Expand Down Expand Up @@ -613,15 +610,15 @@ workflows:
requires:
- deploy-release

nightly:
triggers:
- schedule:
cron: "20 17 * * *"
filters:
branches:
only: master
jobs:
# nightly:
# triggers:
# - schedule:
# cron: "20 17 * * *"
# filters:
# branches:
# only: master
# jobs:
# - build-macos:
# <<: *never # temporarily disabled
- nightly-automation:
context: common
# - nightly-automation:
# context: common