Skip to content

Workflow file for this run

name: 🧬 Testing pipeline
on:
push:
jobs:
molecule-packaging-tests:
name: Launch molecule tests with infra-agent package
runs-on: ubuntu-20.04
env:
TESTING: 'true'
steps:
- uses: actions/checkout@v2
- name: Molecule tests
uses: ./
with:
repo_base_url: 'http://nr-downloads-ohai-testing.s3-website-us-east-1.amazonaws.com/gs-testlinux'
package_name: 'nr-otel-collector'
package_version: '0.7.0'
gpg_key: 'https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg'
platforms: "ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204,ubuntu2404"