From 0f1e4828a3f45e143082290b00b66dd2de567ddb Mon Sep 17 00:00:00 2001 From: Chris Edillon <67980205+jce-redhat@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:35:06 -0400 Subject: [PATCH] apply single-demo fix to multi-demo JT (#196) --- .pre-commit-config.yaml | 3 --- common/setup.yml | 2 -- multi_select_setup.yml | 2 ++ 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a17953b6..b528eacc3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,9 +3,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - - id: end-of-file-fixer - exclude: rhel[89]STIG/.*$ - - id: trailing-whitespace exclude: rhel[89]STIG/.*$ diff --git a/common/setup.yml b/common/setup.yml index 3128cb94c..91e7c91aa 100644 --- a/common/setup.yml +++ b/common/setup.yml @@ -1,7 +1,5 @@ --- controller_execution_environments: - - name: product-demos - image: quay.io/acme_corp/product-demos-ee:latest - name: Cloud Services Execution Environment image: quay.io/scottharwell/cloud-ee:latest diff --git a/multi_select_setup.yml b/multi_select_setup.yml index b956e1852..6181a6f2d 100644 --- a/multi_select_setup.yml +++ b/multi_select_setup.yml @@ -15,3 +15,5 @@ - name: Default Components ansible.builtin.include_role: name: "infra.controller_configuration.job_launch" + vars: + controller_dependency_check: false # noqa: var-naming[no-role-prefix]