Skip to content

Commit

Permalink
REVERT! test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier committed May 14, 2024
1 parent 6fa7b1d commit 7bf0f8d
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,27 @@ jobs:
- name: Molecule tests
uses: ./
with:
repo_base_url: 'https://download.newrelic.com/infrastructure_agent'
package_name: 'newrelic-infra'
package_version: '1.52.1'
repo_base_url: 'http://nr-downloads-ohai-testing.s3-website-us-east-1.amazonaws.com/gs-test-otel'
package_name: 'nr-otel-collector'
package_version: '0.6.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,suse15.5,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204,ubuntu2404"
platforms: "suse15.5,ubuntu1604,ubuntu2204,ubuntu2404"
# molecule-packaging-tests:
# name: Launch molecule tests with infra-agent package
# strategy:
# matrix:
# os: [ubuntu-22.04, ubuntu-20.04]
# runs-on: ${{ matrix.os }}
# env:
# TESTING: 'true'
# steps:
# - uses: actions/checkout@v2

# - name: Molecule tests
# uses: ./
# with:
# repo_base_url: 'https://download.newrelic.com/infrastructure_agent'
# package_name: 'newrelic-infra'
# package_version: '1.52.1'
# 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,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204,ubuntu2404"

0 comments on commit 7bf0f8d

Please sign in to comment.