Skip to content

Commit 24f6ffd

Browse files
committed
Clone instead of submodule [perf]
1 parent 3131626 commit 24f6ffd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.buildkite/perf/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/ClimaCoupler.jl

.buildkite/perf/pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
GKSwstype: 100
1111
SLURM_KILL_BAD_EXIT: 1
1212
COUPLER_PATH: ".buildkite/perf/ClimaCoupler.jl"
13+
COUPLER_COMMIT: "74e724d8d86c216b90f0bd4dbaf2ec8d0eb63c36"
1314
CONFIG_PATH: "$COUPLER_PATH/config/nightly_configs"
1415
BENCHMARK_CONFIG_PATH: "$COUPLER_PATH/config/benchmark_configs"
1516

@@ -19,7 +20,7 @@ steps:
1920
- label: "init :GPU:"
2021
key: "init_gpu_env"
2122
command:
22-
- git submodule update --init --recursive .buildkite/perf/ClimaCoupler.jl
23+
- git clone https://github.com/CliMA/ClimaCoupler.jl.git $COUPLER_PATH && cd $COUPLER_PATH && git checkout $COUPLER_COMMIT
2324
- "echo $$JULIA_DEPOT_PATH"
2425
- echo "--- Instantiate AMIP env"
2526
# Instantiate and dev install ClimaCore

0 commit comments

Comments
 (0)