Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 80d3483

Browse files
authored
temporarily disable scheduled test runs (#293)
* try adjusting branch filters * try removing cron * try removing all other builds * remove colons * restrict branch * fix yaml * yaml fix attempt * add filters * compact * restore other builds * restore cron * aggressive timing * temporarily disable schedule
1 parent 04a850a commit 80d3483

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.circleci/config.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,19 +105,20 @@ workflows:
105105
<<: *releaseFilter
106106
- FsMasterFic:
107107
<<: *masterFilter
108-
scheduled:
109-
triggers:
110-
- schedule:
111-
cron: "7 */25 * * *"
112-
filters:
113-
branches:
114-
only:
115-
- oxa/dev.fic
116-
jobs:
117-
# FsEdxMaster takes a little over two hours which is the timeout on circleci
118-
# If we want to re-nenable it then we'll need to do some "perf tuning"
119-
- FsGink
120-
- DsEdxMaster
121-
- DsGink
122-
- DsDevFic
123-
- FsDevFic
108+
# todo: enable cron builds
109+
# daily:
110+
# triggers:
111+
# - schedule:
112+
# cron: "7 */25 * * *"
113+
# filters:
114+
# branches:
115+
# only:
116+
# - oxa/dev.fic
117+
# jobs:
118+
# # FsEdxMaster takes a little over two hours which is the timeout on circleci
119+
# # If we want to re-nenable it then we'll need to do some "perf tuning"
120+
# - FsGink
121+
# - DsEdxMaster
122+
# - DsGink
123+
# - DsDevFic
124+
# - FsDevFic

0 commit comments

Comments
 (0)