File tree Expand file tree Collapse file tree 1 file changed +19
-22
lines changed Expand file tree Collapse file tree 1 file changed +19
-22
lines changed Original file line number Diff line number Diff line change @@ -463,18 +463,15 @@ jobs:
463
463
command : MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release VARIANT=lite ./tests/qa/run
464
464
465
465
466
- nightly-automation :
467
- docker :
468
- - image : redisfab/rmbuilder:6.2.1-x64-buster
469
- steps :
470
- - checkout
471
- - setup-automation
472
- - run :
473
- name : Run QA Automation
474
- command : MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly QUICK=1 ./tests/qa/run
475
- - run :
476
- name : Run QA Automation (AILite)
477
- command : MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly VARIANT=lite QUICK=1 ./tests/qa/run
466
+ # nightly-automation:
467
+ # docker:
468
+ # - image: redisfab/rmbuilder:6.2.1-x64-buster
469
+ # steps:
470
+ # - checkout
471
+ # - setup-automation
472
+ # - run:
473
+ # name: Run QA Automation
474
+ # command: MODULE_VERSION=$CIRCLE_BRANCH VERBOSE=1 TEST=nightly QUICK=1 ./tests/qa/run
478
475
479
476
on-any-branch : &on-any-branch
480
477
filters :
@@ -613,15 +610,15 @@ workflows:
613
610
requires :
614
611
- deploy-release
615
612
616
- nightly :
617
- triggers :
618
- - schedule :
619
- cron : " 20 17 * * *"
620
- filters :
621
- branches :
622
- only : master
623
- jobs :
613
+ # nightly:
614
+ # triggers:
615
+ # - schedule:
616
+ # cron: "20 17 * * *"
617
+ # filters:
618
+ # branches:
619
+ # only: master
620
+ # jobs:
624
621
# - build-macos:
625
622
# <<: *never # temporarily disabled
626
- - nightly-automation :
627
- context : common
623
+ # - nightly-automation:
624
+ # context: common
You can’t perform that action at this time.
0 commit comments