Skip to content

Commit

Permalink
short
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Apr 6, 2024
1 parent 106eeb1 commit a092069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ steps:
JOB_ID=$(curl -s -H "Authorization: Bearer $BUILDKITE_READ_ARTIFACTS_API_TOKEN" -X GET "https://api.buildkite.com/v2/organizations/clima/pipelines/climacoupler-longruns/builds/$$BUILDKITE_BUILD_NUMBER/artifacts" | jq -r '.[] | select(.filename == "build_history.html") | .job_id')
URL=$(curl -H "Authorization: Bearer $BUILDKITE_READ_ARTIFACTS_API_TOKEN" -X GET "https://api.buildkite.com/v2/organizations/clima/pipelines/climacoupler-longruns/builds/$$BUILDKITE_BUILD_NUMBER/jobs/$$JOB_ID/artifacts/$$ARTIFACT_ID/download"| jq -r '.url')
echo "Interactive overall job performance history $$URL"
slack-message -c "#coupler-report" -x ":rocket: [Click for interactive overall job performance history]($$URL) :rocket:"
slack-message -c "#coupler-report" -x ":rocket: [Click for interactive overall job performance histor] <$${URL}|build_history> :rocket:"
# - label: ":envelope: Slack report: Slabplanet"
# command:
# - slack-upload -c "#coupler-report" -f experiments/AMIP/output/slabplanet/slabplanet_coupler_sf_evolve_ocn_artifacts/total_energy_bucket.png -m png -n slab_coarse -x "Slabplanet energy conservation"
Expand Down

0 comments on commit a092069

Please sign in to comment.