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

Live ISO: add Puppeteer, drop the Playwright flavor #1481

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion live/src/_multibuild
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<multibuild>
<flavor>openSUSE</flavor>
<flavor>openSUSE-Playwright</flavor>
<flavor>openSUSE-PXE</flavor>
</multibuild>
15 changes: 3 additions & 12 deletions live/src/agama-installer-openSUSE.kiwi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
</description>
<profiles>
<profile name="openSUSE" description="openSUSE multiproduct image" import="true" />
<profile name="openSUSE-Playwright" description="openSUSE image with Playwright integration tests" arch="aarch64,x86_64" />
<profile name="openSUSE-PXE" description="openSUSE OEM image for remote instalaltion" import="true" />
</profiles>
<preferences>
Expand All @@ -29,7 +28,7 @@
<bootloader name="grub2" console="serial" timeout="10"/>
</type>
</preferences>
<preferences arch="aarch64,x86_64" profiles="openSUSE,openSUSE-Playwright">
<preferences arch="aarch64,x86_64" profiles="openSUSE">
<type image="iso" flags="dmsquash" firmware="uefi" mediacheck="true" volid="agama" editbootconfig="fix_bootconfig">
<bootloader name="grub2" timeout="10"/>
</type>
Expand Down Expand Up @@ -147,6 +146,7 @@
<package name="agama-web-ui"/>
<package name="agama-cli"/>
<package name="agama-auto"/>
<package name="agama-integration-tests"/>
<package name="microos-tools"/>
<package name="staging-build-key"/>
<package name="icewm-lite"/>
Expand All @@ -160,19 +160,10 @@
<archive name="root.tar.xz"/>
</packages>
<!-- additional packages for the openSUSE flavors -->
<packages type="image" profiles="openSUSE,openSUSE-Playwright">
<packages type="image" profiles="openSUSE">
<package name="agama-products-opensuse"/>
<package name="openSUSE-build-key"/>
</packages>
<!-- additional packages for the Playwright flavors -->
<packages type="image" profiles="openSUSE-Playwright">
<package name="playwright"/>
<package name="agama-playwright"/>
<!-- Playwright does not work with the openSUSE Firefox, -->
<!-- install the chromium browser for running the tests -->
<!-- unfortunately it is not available for s390x -->
<package name="chromium"/>
</packages>
<packages type="bootstrap">
<package name="udev"/>
<package name="filesystem"/>
Expand Down