Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rukapse committed Mar 12, 2024
1 parent a939802 commit ffcedb6
Showing 1 changed file with 33 additions and 31 deletions.
64 changes: 33 additions & 31 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,39 @@ jobs:
workflows:

scheduled-testing:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- circleci-setup
jobs:
- pre

- build:
matrix:
parameters:
ansible_cisco_dnac_version:
- "6.9.0"
requires:
- pre

- add-all-roles:
requires:
- build

- sanity-tests:
requires:
- add-all-roles
matrix:
parameters:
ansible_cisco_dnac_version:
- "6.9.0"


pre-testing:
when: << pipeline.parameters.run-setup >>
jobs:
Expand Down Expand Up @@ -344,34 +377,3 @@ workflows:
- "6.9.0"


# scheduled-testing:
# triggers:
# - schedule:
# cron: "0 0 * * *"
# filters:
# branches:
# only:
# - circleci-setup
# jobs:
# - pre

# - build:
# matrix:
# parameters:
# ansible_cisco_dnac_version:
# - "6.9.0"
# requires:
# - pre

# - add-all-roles:
# requires:
# - build

# - sanity-tests:
# requires:
# - add-all-roles
# matrix:
# parameters:
# ansible_cisco_dnac_version:
# - "6.9.0"

0 comments on commit ffcedb6

Please sign in to comment.