File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -415,15 +415,15 @@ jobs:
415
415
name : Run QA Automation
416
416
command : MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release ./tests/qa/run
417
417
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
427
427
428
428
429
429
on-any-branch : &on-any-branch
@@ -557,15 +557,15 @@ workflows:
557
557
requires :
558
558
- deploy-release
559
559
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:
568
568
# - build-macos:
569
569
# <<: *never # temporarily disabled
570
- - nightly-automation :
571
- context : common
570
+ # - nightly-automation:
571
+ # context: common
You can’t perform that action at this time.
0 commit comments