From 21907fc7bc1348a2cac9da4e59fa893cd810583f Mon Sep 17 00:00:00 2001 From: Radovan Sroka Date: Fri, 8 Nov 2024 16:59:53 +0100 Subject: [PATCH] Remove environment_settings from github workflows due to broken environment processing in a testing farm Signed-off-by: Radovan Sroka --- .github/workflows/tft.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tft.yml b/.github/workflows/tft.yml index 0ade297..d1b9ea4 100644 --- a/.github/workflows/tft.yml +++ b/.github/workflows/tft.yml @@ -160,7 +160,6 @@ jobs: git_url: https://github.com/linux-system-roles/tft-tests git_ref: main pipeline_settings: '{ "type": "tmt-multihost" }' - environment_settings: '{ "provisioning": { "tags": { "BusinessUnit": "system_roles" } } }' # Keeping ARTIFACTS_URL at the bottom makes the link in logs clickable variables: "ANSIBLE_VER=${{ matrix.ansible_version }};\ REPO_NAME=${{ github.event.repository.name }};\