Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github/workflows/gate.yaml:Add anolis8 product. #10814

Merged
merged 1 commit into from
Jul 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
alinux2 \
alinux3 \
anolis23 \
anolis8 \
chromium \
fedora \
firefox \
Expand All @@ -45,7 +46,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: ./build_product alinux2 alinux3 anolis23 chromium fedora firefox rhcos4 rhel7 rhel8 rhel9 sle12 sle15 ubuntu2004 ubuntu2204 uos20
run: ./build_product alinux2 alinux3 anolis23 anolis8 chromium fedora firefox rhcos4 rhel7 rhel8 rhel9 sle12 sle15 ubuntu2004 ubuntu2204 uos20
- name: Test
run: ctest -j2 --output-on-failure -E unique-stigids
working-directory: ./build
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
alinux2 \
alinux3 \
anolis23 \
anolis8 \
chromium \
fedora \
firefox \
Expand Down Expand Up @@ -142,6 +144,7 @@ jobs:
alinux2 \
alinux3 \
anolis23 \
anolis8 \
chromium \
fedora \
firefox \
Expand Down Expand Up @@ -193,6 +196,7 @@ jobs:
alinux2 \
alinux3 \
anolis23 \
anolis8 \
chromium \
fedora \
firefox \
Expand Down
Loading