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 7, 2023
1 parent 78f2d5a commit b850f3d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,17 @@ 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:
- echo "============== GitLab Agent =============="
- uname -a
- echo "Runner $CI_RUNNER_DESCRIPTION"
- echo "Runner id $CI_RUNNER_ID"
- echo "Runner version $CI_RUNNER_VERSION"
- echo "Runner reversion $CI_RUNNER_REVERSION"
- echo "Runner tgas $CI_RUNNER_TAGS"
- echo "=========================================="

#
# default tags and image for testing stages/kubernetes/helm
#
Expand Down

0 comments on commit b850f3d

Please sign in to comment.