From 2f2b1f1b32a298682c341a5d500d018519374f5e Mon Sep 17 00:00:00 2001 From: Oliver Koenig Date: Sun, 24 Nov 2024 16:27:11 -0800 Subject: [PATCH] ADLR/megatron-lm!2387 - ci: Use `curl-jq` for notify step --- .gitlab/stages/01.test.yml | 2 +- .gitlab/stages/02.functional-tests.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab/stages/01.test.yml b/.gitlab/stages/01.test.yml index 041b3db952..e9897943b7 100644 --- a/.gitlab/stages/01.test.yml +++ b/.gitlab/stages/01.test.yml @@ -203,7 +203,7 @@ test:pyt(DEV)_mcore(0.9.0): test:notify_unit_tests: extends: [.test_rules] - image: ${UTILITY_IMAGE}:${CI_PIPELINE_ID} + image: badouralix/curl-jq needs: - test:pyt(LTS)_mcore(latest) - test:pyt(DEV)_mcore(latest) diff --git a/.gitlab/stages/02.functional-tests.yml b/.gitlab/stages/02.functional-tests.yml index aea0758538..1fdd684bb0 100644 --- a/.gitlab/stages/02.functional-tests.yml +++ b/.gitlab/stages/02.functional-tests.yml @@ -122,14 +122,12 @@ functional:run_dev: .notify: extends: [.functional_tests_rules] - image: ${UTILITY_IMAGE}:${CI_PIPELINE_ID} + image: badouralix/curl-jq needs: - functional:run_lts - functional:run_dev tags: - mcore-docker-node-small - before_script: - - jet secrets jwt-login jwt/nvidia/gitlab-master adlr-megatron-lm-ci $VAULT_JWT_TOKEN variables: WEBHOOK_URL: ${MCORE_NOTIFICATION_HOOK} RO_API_TOKEN: ${PROJECT_ACCESS_TOKEN_MCORE}