Skip to content

Commit

Permalink
raft nightly (facebookresearch#2926)
Browse files Browse the repository at this point in the history
Summary:
Moving the raft build to a nightly, to remove the noise from the PR contbuilds.

Pull Request resolved: facebookresearch#2926

Reviewed By: mlomeli1

Differential Revision: D47016318

Pulled By: algoriddle

fbshipit-source-id: 3c60aa382b9aa68dcadb929e0e4afade13c9123e
  • Loading branch information
algoriddle authored and Thejas-bhat committed Sep 26, 2023
1 parent f2a8a88 commit b8d6ca7
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,13 +263,6 @@ workflows:
gpu: "ON"
requires:
- Linux x86_64 (cmake)
- build_cmake:
name: Linux x86_64 GPU w/ RAFT (cmake)
exec: linux-x86_64-gpu
gpu: "ON"
raft: "ON"
requires:
- Linux x86_64 (cmake)
- build_conda:
name: Linux x86_64 (conda)
exec: linux-x86_64-cpu
Expand Down Expand Up @@ -376,3 +369,18 @@ workflows:
name: Linux arm64 nightlies
exec: linux-arm64-cpu
label: nightly

raft_nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- main
jobs:
- build_cmake:
name: Linux x86_64 GPU w/ RAFT (cmake)
exec: linux-x86_64-gpu
gpu: "ON"
raft: "ON"

0 comments on commit b8d6ca7

Please sign in to comment.