From 14e5a17f9f9bdfcc61b58203633d881befdc5ece Mon Sep 17 00:00:00 2001 From: Zhaoyi Shen <11598433+szy21@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:22:07 -0700 Subject: [PATCH] remove leaderboard from slack report in the longrun pipepline --- .buildkite/longruns/pipeline.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index 8a4d62ea1..7f9b502b5 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -345,10 +345,6 @@ steps: - label: ":envelope: Slack report: target AMIP" command: - slack-upload -c "#coupler-report" -f experiments/ClimaEarth/output/amip/amip_target_topo_diagedmf_gpu_artifacts/amip_ncep.png -m png -n amip_fine -x "300d Target AMIP v NCEP Last Month Mean" - - | - find experiments/ClimaEarth/output/amip/amip_target_topo_diagedmf_gpu_artifacts/ -type f -name 'bias*.png' -print0 | while IFS= read -r -d '' file; do - slack-upload -c "#coupler-report" -f "$$file" -m png -n "$$(basename "$$file" .png)" -x "$$(basename "$$file" .png)" - done agents: queue: clima modules: common