From 50a32acf51ef30fe8843592257a73d4e8cc05e0c Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Sat, 14 Jun 2025 14:52:40 +0200 Subject: [PATCH] CI: use debug stdout callback everywhere (except pre-commit) --- .gitlab-ci.yml | 3 +-- .gitlab-ci/lint.yml | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f66e1a7dc..24e387698 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,6 +24,7 @@ variables: ANSIBLE_REMOTE_USER: kubespray ANSIBLE_PRIVATE_KEY_FILE: /tmp/id_rsa ANSIBLE_INVENTORY: /tmp/inventory + ANSIBLE_STDOUT_CALLBACK: "debug" RESET_CHECK: "false" REMOVE_NODE_CHECK: "false" UPGRADE_TEST: "false" @@ -48,8 +49,6 @@ before_script: - cluster-dump/ needs: - pipeline-image - variables: - ANSIBLE_STDOUT_CALLBACK: "debug" .job-moderated: extends: .job diff --git a/.gitlab-ci/lint.yml b/.gitlab-ci/lint.yml index c94a153f8..96d925001 100644 --- a/.gitlab-ci/lint.yml +++ b/.gitlab-ci/lint.yml @@ -6,6 +6,7 @@ pre-commit: image: 'ghcr.io/pre-commit-ci/runner-image@sha256:fe01a6ec51b298412990b88627c3973b1146c7304f930f469bafa29ba60bcde9' variables: PRE_COMMIT_HOME: ${CI_PROJECT_DIR}/.cache/pre-commit + ANSIBLE_STDOUT_CALLBACK: default script: - pre-commit run --all-files --show-diff-on-failure cache: