From 8ae342849dce7d1dd05dbcd2f9627ebf017dea50 Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Tue, 18 Jun 2024 10:35:07 -0500 Subject: [PATCH] modified: .github/tests/build_ee.yml deleted: .github/tests/ee_builder.yaml modified: .github/workflows/pre-commit.yml modified: .github/workflows/update_pre_commit.yml --- .github/tests/build_ee.yml | 3 -- .github/tests/ee_builder.yaml | 41 ------------------------- .github/workflows/pre-commit.yml | 1 - .github/workflows/update_pre_commit.yml | 1 - 4 files changed, 46 deletions(-) delete mode 100644 .github/tests/ee_builder.yaml diff --git a/.github/tests/build_ee.yml b/.github/tests/build_ee.yml index e222efd..c7f77dc 100644 --- a/.github/tests/build_ee.yml +++ b/.github/tests/build_ee.yml @@ -58,9 +58,6 @@ - awx.awx build_steps: append_final: - # - RUN true && microdnf clean all && microdnf upgrade --refresh && microdnf clean all && true - RUN yum update -y - RUN cat /etc/redhat-r* - # options: - # package_manager_path: /usr/bin/microdnf ... diff --git a/.github/tests/ee_builder.yaml b/.github/tests/ee_builder.yaml deleted file mode 100644 index d49c679..0000000 --- a/.github/tests/ee_builder.yaml +++ /dev/null @@ -1,41 +0,0 @@ ---- -- name: Playbook to create custom EE - hosts: localhost - gather_facts: false - collections: - - infra.ee_utilities - - infra.controller_configuration - vars: - # For ansible.cfg generation - # For controller configuration definition - ee_reg_credential: Automation Hub Container Registry - ee_create_ansible_config: false - ee_list: - - name: config_as_code_ee - dependencies: - system: - - unzip - python: - - ansible-lint - - netaddr - galaxy: - collections: - - name: awx.awx - version: 22.4.0 - - infra.controller_configuration - - ansible.controller - - infra.ah_configuration - - infra.ee_utilities - - infra.aap_utilities - build_steps: - prepend_final: - - RUN whoami - - RUN cat /etc/os-release - append_final: - - RUN echo This is a post-install command! - - name: custom_ee2 - alt_name: Custom EE2 - ee_base_image: registry.redhat.io/ansible-automation-platform-24/ee-supported-rhel9:latest - roles: - - infra.ee_utilities.ee_builder -... diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 8bb44e0..68489d7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -3,7 +3,6 @@ # See .pre-commit-config.yaml for what hooks are executed name: pre-commit tests - on: pull_request: push: diff --git a/.github/workflows/update_pre_commit.yml b/.github/workflows/update_pre_commit.yml index edbd052..8477150 100644 --- a/.github/workflows/update_pre_commit.yml +++ b/.github/workflows/update_pre_commit.yml @@ -3,7 +3,6 @@ # See .pre-commit-config.yaml for what hooks are executed name: Update pre-commit configuration - on: schedule: - cron: "0 5 * * *"