Skip to content

Commit

Permalink
Ensure that products are build during CI
Browse files Browse the repository at this point in the history
The products added in this commit where not
tested anywhere else. The goal is to catch issues
before the nightly build.
  • Loading branch information
Mab879 committed May 31, 2024
1 parent 5736e86 commit 6d7abd1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/gate_fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,31 @@ jobs:
run: pip install pcre2 -r requirements.txt -r test-requirements.txt
- name: Build
run: |-
./build_product \
./build_product -j2 \
alinux2 \
alinux3 \
anolis23 \
anolis8 \
chromium \
eks \
example \
fedora \
firefox \
macos1015 \
ol7 \
ol8 \
ol9 \
openembedded \
openeuler2203 \
rhcos4 \
rhel7 \
rhel8 \
rhel9 \
rhel10 \
rhv4 \
uos20 \
ocp4 \
eks
uos20
env:
ADDITIONAL_CMAKE_OPTIONS: "-DSSG_ANSIBLE_PLAYBOOKS_PER_RULE_ENABLED=ON -DSSG_OVAL_SCHEMATRON_VALIDATION_ENABLED=OFF"
- name: Test
Expand Down

0 comments on commit 6d7abd1

Please sign in to comment.