Skip to content

Commit

Permalink
ci: trace node where gitlab agent is running
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Sep 8, 2023
1 parent af134b6 commit 41f34d8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitlab-ci.yml
Expand Up @@ -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
#
Expand Down

0 comments on commit 41f34d8

Please sign in to comment.