Skip to content

Commit 0d7a952

Browse files
authored
Merge pull request #765 from RedisAI/disable-nightly-automation
disable nightly-automation
2 parents d42ad15 + 595902e commit 0d7a952

File tree

1 file changed

+19
-22
lines changed

1 file changed

+19
-22
lines changed

.circleci/config.yml

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -463,18 +463,15 @@ jobs:
463463
command: MODULE_VERSION=$CIRCLE_TAG VERBOSE=1 TEST=release VARIANT=lite ./tests/qa/run
464464

465465

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
478475

479476
on-any-branch: &on-any-branch
480477
filters:
@@ -613,15 +610,15 @@ workflows:
613610
requires:
614611
- deploy-release
615612

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:
624621
# - build-macos:
625622
# <<: *never # temporarily disabled
626-
- nightly-automation:
627-
context: common
623+
# - nightly-automation:
624+
# context: common

0 commit comments

Comments
 (0)