Skip to content

Commit d7daaee

Browse files
authored
disable nightly-automation
1 parent 5918030 commit d7daaee

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.circleci/config.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -415,15 +415,15 @@ jobs:
415415
name: Run QA Automation
416416
command: MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release ./tests/qa/run
417417

418-
nightly-automation:
419-
docker:
420-
- image: redisfab/rmbuilder:6.2.1-x64-buster
421-
steps:
422-
- checkout
423-
- setup-automation
424-
- run:
425-
name: Run QA Automation
426-
command: MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly QUICK=1 ./tests/qa/run
418+
#nightly-automation:
419+
# docker:
420+
# - image: redisfab/rmbuilder:6.2.1-x64-buster
421+
# steps:
422+
# - checkout
423+
# - setup-automation
424+
# - run:
425+
# name: Run QA Automation
426+
# command: MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly QUICK=1 ./tests/qa/run
427427

428428

429429
on-any-branch: &on-any-branch
@@ -557,15 +557,15 @@ workflows:
557557
requires:
558558
- deploy-release
559559

560-
nightly:
561-
triggers:
562-
- schedule:
563-
cron: "20 17 * * *"
564-
filters:
565-
branches:
566-
only: master
567-
jobs:
560+
# nightly:
561+
# triggers:
562+
# - schedule:
563+
# cron: "20 17 * * *"
564+
# filters:
565+
# branches:
566+
# only: master
567+
# jobs:
568568
# - build-macos:
569569
# <<: *never # temporarily disabled
570-
- nightly-automation:
571-
context: common
570+
# - nightly-automation:
571+
# context: common

0 commit comments

Comments
 (0)