From 02586d0216d136af3c567f49f0c865c02b690c90 Mon Sep 17 00:00:00 2001 From: Roger Coll Date: Fri, 18 Aug 2023 12:02:42 +0200 Subject: [PATCH] NR-144355: wip --- .github/workflows/testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ba0d2f8..50783bf 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -14,8 +14,8 @@ jobs: - name: Molecule tests uses: ./ with: - repo_base_url: 'https://download.newrelic.com/infrastructure_agent' + repo_base_url: 'https://nr-downloads-ohai-staging.s3-website-us-east-1.amazonaws.com/debian_bookworm' package_name: 'newrelic-infra' - package_version: '1.40.0' + package_version: '0.0.0' 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,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204" + platforms: "al2,al2023,centos7,centos8,debian-bullseye,debian-buster,debian-bookworm,redhat8,redhat9,suse15.2,suse15.3,suse15.4,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204"