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

Non-Action xvfb #2976

Merged
merged 4 commits into from
Jan 18, 2024
Merged

Non-Action xvfb #2976

merged 4 commits into from
Jan 18, 2024

Conversation

philrz
Copy link
Contributor

@philrz philrz commented Jan 18, 2024

While working on the e2e tests I saw notification that the GabrielBB/xvfb-action we've been using to run Zui inside X11 in CI has been deprecated. While they point to a maintained replacement coactions/setup-xvfb, someone points out in coactions/setup-xvfb#21 that xvfb is now built right into the hosted GitHub Actions Ubuntu Runners. This PR switches us using the built-in xvfb instead.

One of the features of the Action was:

If it detects you're not using linux then your tests still run, but without xvfb, which is very practical for multi-platform workflows.

This is why there's a conditional now in e2e.yml. This is a test run with this branch on all three platforms showing that's working as expected, e..g., video recordings in the artifacts.

@philrz philrz requested a review from jameskerr January 18, 2024 00:22
@philrz philrz self-assigned this Jan 18, 2024
@philrz philrz changed the title Non-action xvfb Non-Action xvfb Jan 18, 2024
@philrz philrz merged commit c36e6da into main Jan 18, 2024
6 checks passed
@philrz philrz deleted the non-action-xvfb branch January 18, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants