eygraber
07/22/2024, 10:30 PM--rerun-tasks
but it still didn't work.Carter
07/22/2024, 11:32 PM- name: Setup Xvfb
timeout-minutes: 3
run: |
sudo apt-get update
sudo apt-get install -y xvfb x11-xserver-utils
- name: Test
timeout-minutes: 10
run: |
xvfb-run --auto-servernum ./gradlew check
eygraber
07/22/2024, 11:36 PMxvfb-run
?Carter
07/22/2024, 11:39 PMephemient
07/23/2024, 2:12 AMeygraber
07/23/2024, 2:35 AMxvfb-run
worked...until the next PR I created where I started getting the same flakiness. So I added the magic --no-build-cache --no-configuration-cache --rerun-tasks
and then it worked...until I removed that and now it is flaky again 🙈eygraber
07/23/2024, 3:08 AMsuresh
07/28/2024, 5:47 AMobject { override fun toString() = xvfbServer.get().display }
..to make things lazy ?ephemient
07/28/2024, 5:56 AMephemient
07/28/2024, 6:00 AMEddy Butcher
04/24/2025, 12:33 PMeygraber
04/24/2025, 12:37 PM