Skip to content

Commit

Permalink
Convert all but one windows job to nightly
Browse files Browse the repository at this point in the history
Summary: ... because they are expensive and rarely disagree with each
other. Historical data indicates that the 2019 job is most sensitive to
failure.

https://fburl.com/scuba/opensource_ci_jobs/ntq3ue3p
https://fburl.com/scuba/opensource_ci_jobs/0xo91j5f

Test Plan: CI
  • Loading branch information
pdillinger committed Nov 22, 2023
1 parent 324453e commit d890f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,6 @@ workflows:
- build-linux-mini-crashtest
jobs-windows:
jobs:
- build-windows-vs2022-avx2
- build-windows-vs2022
- build-windows-vs2019
- build-cmake-mingw
jobs-java:
Expand Down Expand Up @@ -964,3 +962,5 @@ workflows:
- build-linux-non-shm
- build-linux-clang-13-asan-ubsan-with-folly
- build-linux-valgrind
- build-windows-vs2022-avx2
- build-windows-vs2022

0 comments on commit d890f8d

Please sign in to comment.