From e1c6f7b9a226f622a3398ed50c88635e021ad926 Mon Sep 17 00:00:00 2001 From: Sean Sullivan Date: Tue, 22 Oct 2024 17:12:33 -0400 Subject: [PATCH] move workflows temporarily --- .github/{workflows => disabled_workflows}/ci_standalone.yml | 0 .../ci_standalone_versioned.yml | 0 tests/configure_platform.yml | 6 ++---- 3 files changed, 2 insertions(+), 4 deletions(-) rename .github/{workflows => disabled_workflows}/ci_standalone.yml (100%) rename .github/{workflows => disabled_workflows}/ci_standalone_versioned.yml (100%) diff --git a/.github/workflows/ci_standalone.yml b/.github/disabled_workflows/ci_standalone.yml similarity index 100% rename from .github/workflows/ci_standalone.yml rename to .github/disabled_workflows/ci_standalone.yml diff --git a/.github/workflows/ci_standalone_versioned.yml b/.github/disabled_workflows/ci_standalone_versioned.yml similarity index 100% rename from .github/workflows/ci_standalone_versioned.yml rename to .github/disabled_workflows/ci_standalone_versioned.yml diff --git a/tests/configure_platform.yml b/tests/configure_platform.yml index 1f3ce834c..a1e123d96 100644 --- a/tests/configure_platform.yml +++ b/tests/configure_platform.yml @@ -45,8 +45,7 @@ extensions: ["yml"] tags: - always - - debug: - var: aap_configuration_secure_logging + # - name: Wait for Controller to come up # ansible.builtin.uri: # url: "https://{{ aap_hostname }}/api/v2/ping/" @@ -83,8 +82,7 @@ # delegate_to: localhost roles: - - gateway_users - # - dispatch # The dispatch role calls all of the other roles. + - dispatch # The dispatch role calls all of the other roles. # tasks: # - name: Validate error handling