Skip to content

Commit

Permalink
Exclude diffusion in CI until token gets added
Browse files Browse the repository at this point in the history
  • Loading branch information
satyaog committed Sep 5, 2024
1 parent cafda19 commit d4009ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ jobs:
case "$nodes" in
"1n")
MILABENCH_SYSTEM="config/cloud-system.yaml"
EXCLUDE="$EXCLUDE,$_MULTI_NODES"
EXCLUDE="$EXCLUDE,$_MULTI_NODES,diffusion-single"
;;
"2n")
MILABENCH_SYSTEM="config/cloud-multinodes-system.yaml"
SELECT="$SELECT,$_MULTI_NODES"
EXCLUDE="$EXCLUDE,$_MULTI_GPUS"
EXCLUDE="$EXCLUDE,$_MULTI_GPUS,diffusion-single"
;;
*)
exit 1
Expand Down

0 comments on commit d4009ad

Please sign in to comment.