Skip to content

Commit c4ac880

Browse files
committed
Remove artifacts folder
The only artifact that might be needed is ETOPO for ClimaAtmos, but that should go away soon
1 parent 7462996 commit c4ac880

File tree

13 files changed

+4
-1631
lines changed

13 files changed

+4
-1631
lines changed

.buildkite/amip/pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ steps:
2424
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
2525
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
2626

27-
- echo "--- Download artifacts"
28-
- "julia --project=experiments/ClimaEarth/ artifacts/download_artifacts.jl"
29-
3027
agents:
3128
slurm_gpus: 1
3229
slurm_cpus_per_task: 8

.buildkite/benchmarks/pipeline.yml

-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ steps:
2727
- "julia --project=test/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
2828
- "julia --project=test/ -e 'using Pkg; Pkg.precompile()'"
2929
- "julia --project=test/ -e 'using Pkg; Pkg.status()'"
30-
31-
- echo "--- Download artifacts"
32-
- "julia --project=experiments/ClimaEarth artifacts/download_artifacts.jl"
33-
3430
agents:
3531
slurm_gpus: 1
3632
slurm_cpus_per_task: 8

.buildkite/hierarchies/pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ steps:
2929
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
3030
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
3131

32-
- echo "--- Download artifacts"
33-
- "julia --project=experiments/ClimaEarth/ artifacts/download_artifacts.jl"
34-
3532
agents:
3633
queue: clima
3734
modules: climacommon/2024_10_09

.buildkite/longruns/pipeline.yml

-12
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ steps:
2727
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
2828
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
2929

30-
- echo "--- Download artifacts"
31-
- "julia --project=artifacts -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
32-
- "julia --project=artifacts -e 'using Pkg; Pkg.precompile()'"
33-
- "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
34-
- "julia --project=artifacts artifacts/download_artifacts.jl"
35-
3630
agents:
3731
slurm_cpus_per_task: 8
3832
env:
@@ -50,12 +44,6 @@ steps:
5044
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
5145
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
5246

53-
- echo "--- Download artifacts"
54-
- "julia --project=artifacts -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
55-
- "julia --project=artifacts -e 'using Pkg; Pkg.precompile()'"
56-
- "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
57-
- "julia --project=artifacts artifacts/download_artifacts.jl"
58-
5947
agents:
6048
queue: clima
6149
modules: climacommon/2024_10_09

.buildkite/nightly/pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ steps:
3434
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
3535
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
3636

37-
- echo "--- Download artifacts"
38-
- "julia --project=experiments/ClimaEarth/ artifacts/download_artifacts.jl"
39-
4037
agents:
4138
slurm_gpus: 1
4239
slurm_cpus_per_task: 8

.buildkite/pipeline.yml

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ steps:
6666
- "julia --project=test/ -e 'using Pkg; Pkg.precompile()'"
6767
- "julia --project=test/ -e 'using Pkg; Pkg.status()'"
6868

69-
- echo "--- Download artifacts"
70-
- "julia --project=experiments/ClimaEarth/ artifacts/download_artifacts.jl"
71-
7269
concurrency: 1
7370
concurrency_group: 'depot/climacoupler-ci'
7471
agents:

artifacts/Artifacts.toml

-8
This file was deleted.

0 commit comments

Comments
 (0)