Skip to content

Commit

Permalink
Switching to nightly tests for testing only
Browse files Browse the repository at this point in the history
  • Loading branch information
algojack committed Sep 7, 2021
1 parent 4929222 commit 04ed1bc
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ workflows:
- amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- amd64_test_nightly:
requires:
- amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -33,15 +33,15 @@ workflows:
- amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- amd64_integration_nightly:
requires:
- amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -50,15 +50,15 @@ workflows:
- amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- amd64_e2e_subs_nightly:
requires:
- amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -67,15 +67,15 @@ workflows:
- amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- amd64_e2e_expect_nightly:
requires:
- amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -85,15 +85,15 @@ workflows:
- arm64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- arm64_test_nightly:
requires:
- arm64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -102,15 +102,15 @@ workflows:
- arm64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- arm64_integration_nightly:
requires:
- arm64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -119,15 +119,15 @@ workflows:
- arm64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- arm64_e2e_subs_nightly:
requires:
- arm64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -136,15 +136,15 @@ workflows:
- arm64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- arm64_e2e_expect_nightly:
requires:
- arm64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -154,15 +154,15 @@ workflows:
- mac_amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- mac_amd64_test_nightly:
requires:
- mac_amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -171,15 +171,15 @@ workflows:
- mac_amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- mac_amd64_integration_nightly:
requires:
- mac_amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -188,15 +188,15 @@ workflows:
- mac_amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- mac_amd64_e2e_subs_nightly:
requires:
- mac_amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand All @@ -205,15 +205,15 @@ workflows:
- mac_amd64_build
filters:
branches:
ignore:
only:
- /rel\/.*/
- /hotfix\/.*/
- mac_amd64_e2e_expect_nightly:
requires:
- mac_amd64_build
filters:
branches:
only:
ignore:
- /rel\/.*/
- /hotfix\/.*/
context: slack-secrets
Expand Down

0 comments on commit 04ed1bc

Please sign in to comment.