Skip to content

Commit 123d9b1

Browse files
committed
Add FIPS molecule tests.
1 parent 7d6dcfb commit 123d9b1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/component_molecule_packaging.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,19 @@ jobs:
2121
name: Test package installation
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: newrelic/pkg-installation-testing-action@v1
24+
- name: Test NON-FIPS package installation
25+
uses: newrelic/pkg-installation-testing-action@v1
2526
with:
2627
gpg_key: 'https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg'
2728
repo_base_url: ${{ inputs.REPO_ENDPOINT }}
2829
package_name: 'newrelic-infra'
2930
package_version: ${{ inputs.TAG }}
3031
platforms: "al2,al2023,debian-bullseye,debian-bookworm,redhat8,redhat9,suse15.3,suse15.4,suse15.5,suse15.6,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204,ubuntu2404"
32+
- name: Test FIPS package installation
33+
uses: newrelic/pkg-installation-testing-action@v1
34+
with:
35+
gpg_key: 'https://download.newrelic.com/infrastructure_agent/gpg/newrelic-infra.gpg'
36+
repo_base_url: ${{ inputs.REPO_ENDPOINT }}
37+
package_name: 'newrelic-infra-fips'
38+
package_version: ${{ inputs.TAG }}
39+
platforms: "al2,al2023,debian-bullseye,debian-bookworm,redhat8,redhat9,suse15.3,suse15.4,suse15.5,suse15.6,ubuntu1604,ubuntu1804,ubuntu2004,ubuntu2204,ubuntu2404"

0 commit comments

Comments
 (0)