From df7b9ee6d0353cadab0c80151972bbe989ef1584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20S=C3=A1nchez?= Date: Mon, 2 Sep 2024 18:35:26 +0100 Subject: [PATCH] Revert "test(REVERT): SUSE 15.6" This reverts commit 4b73f7df49f236caf4a4690e5e4047a2229c8262. --- .github/workflows/testing.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ec872b4..6893762 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -23,21 +23,3 @@ jobs: package_version: '1.52.3' gpg_key: 'https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg' platforms: "al2,al2023,centos7,centos8,debian-bullseye,debian-buster,redhat8,redhat9,suse15.2,suse15.3,suse15.4,suse15.5,suse15.6,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204,ubuntu2404" - -# TEST suse15.6 - molecule-packaging-tests-15-6: - name: Launch molecule tests with infra-agent package (SLES 15.6) - runs-on: ubuntu-latest - env: - TESTING: 'true' - steps: - - uses: actions/checkout@v2 - - - name: Molecule tests - uses: ./ - with: - repo_base_url: 'http://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/davsanchez-sles15-6' - package_name: 'newrelic-infra' - package_version: '1.56.1' - gpg_key: 'https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg' - platforms: "suse15.5,suse15.6" \ No newline at end of file