Skip to content

Commit

Permalink
p
Browse files Browse the repository at this point in the history
Signed-off-by: kevin <[email protected]>
  • Loading branch information
khluu committed Sep 26, 2024
1 parent e05d0eb commit 1412ca5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/pipeline_generator/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
A100_GPU = "a100"

# File paths
TEST_PATH = ".buildkite/test-pipeline.yaml"
EXTERNAL_HARDWARE_TEST_PATH = ".buildkite/external-tests.yaml"
PIPELINE_FILE_PATH = ".buildkite/pipeline.yaml"
MULTI_NODE_TEST_SCRIPT = ".buildkite/run-multi-node-test.sh"
TEST_PATH = "./test-pipeline.yaml"
EXTERNAL_HARDWARE_TEST_PATH = "./external-tests.yaml"
PIPELINE_FILE_PATH = "./pipeline.yaml"
MULTI_NODE_TEST_SCRIPT = "./run-multi-node-test.sh"

STEPS_TO_BLOCK = []

Expand Down

0 comments on commit 1412ca5

Please sign in to comment.