From 41f34d8b4363a8e27a7d71651ab9b6a7d9a6c92f Mon Sep 17 00:00:00 2001 From: Tigran Mkrtchyan Date: Fri, 8 Sep 2023 09:18:32 +0200 Subject: [PATCH] ci: trace node where gitlab agent is running --- .gitlab-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2011332a215..315c005c5ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,6 +41,19 @@ variables: DCACHE_HELM_REPO: https://gitlab.desy.de/api/v4/projects/7648/packages/helm/test +# let's debug nodes where job is running +before_script: + - | + set +x + echo "============== GitLab Agent ==============" + uname -a + echo "Runner : $CI_RUNNER_DESCRIPTION" + echo "Runner id : $CI_RUNNER_ID" + echo "Runner version : $CI_RUNNER_VERSION" + echo "Runner revision : $CI_RUNNER_REVISION" + echo "Runner tgas : $CI_RUNNER_TAGS" + echo "==========================================" + # # default tags and image for testing stages/kubernetes/helm #