diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 6ea1f48c18..93b254ae74 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -343,6 +343,17 @@ steps: agents: slurm_mem: 20GB + - group: "GPU integration tests" + steps: + # GPU RUNS: slabplanet + - label: "GPU Slabplanet: albedo from function" + key: "gpu_slabplanet_albedo_function" + command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/slabplanet_albedo_function.yml" + artifact_paths: "experiments/AMIP/output/gpu/slabplanet/slabplanet_albedo_function_artifacts/*" + agents: + slurm_mem: 20GB + slurm_gpus: 1 + - wait # plot job performance history