From 939e6bdd348dfb70bcd732f8ec76f390df7a7401 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 5 Jun 2026 01:21:55 -0400 Subject: [PATCH 1/8] ci: bump testsuite SHA to 303e716 (all e2e fixes) Includes #321-#324: - dnf brew fallback - AT-SPI re-query after toolkit-accessibility - rpm-ostree --apply-live for ostree images - stop bootc lock before rpm-ostree install Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index df73cd690..613c2c677 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@25c9ad0e8fe6ab13036646123d84641c00b7829b # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@303e7163a3777510b2bed048f3e6a3a86b57523d # main permissions: contents: read packages: write From 6ddf867185c01cd23c68d06cfcd15a641d7a6be0 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 5 Jun 2026 04:42:00 -0400 Subject: [PATCH 2/8] ci: bump testsuite SHA to fcbfd6a (fix smoke exit code) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates from 303e716 to fcbfd6a which adds Patch 5 to the runner container — wraps stop_display_manager() in try/except so the cleanup no longer raises CalledProcessError (no systemd in container) and exits 1, masking all 50 passing smoke test results. Without this fix, E2E smoke always exits code 1 even when all scenarios pass. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index 613c2c677..0e0bb4564 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@303e7163a3777510b2bed048f3e6a3a86b57523d # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@fcbfd6ac4f5d7ae5c41e4da2abc30e6de70deb61 # main permissions: contents: read packages: write From 82e8b9a4a1333e82848712ecd07bf692d4e69ab4 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 5 Jun 2026 05:35:55 -0400 Subject: [PATCH 3/8] chore: bump testsuite sha to 51b2c54 (env retrieval fix + screenshot continue-on-error) --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index 0e0bb4564..f6e6cc4bd 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@fcbfd6ac4f5d7ae5c41e4da2abc30e6de70deb61 # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@51b2c54f3c28bf34675f95e2a14eeb5e52d89829 # main permissions: contents: read packages: write From 6abaafb6c57be9d438e51b2ec79d452e65d0cc0f Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 5 Jun 2026 05:49:07 -0400 Subject: [PATCH 4/8] chore: bump testsuite sha to cdc9891 (Patch 7 rawinput None guard) --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index f6e6cc4bd..4fee8b9cf 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@51b2c54f3c28bf34675f95e2a14eeb5e52d89829 # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@cdc9891c0da58fa385d4b06194d1d79e384d45bd # main permissions: contents: read packages: write From 4931f59046e12053f928911a68e2aa7cbdbdc2ae Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Fri, 5 Jun 2026 06:30:28 -0400 Subject: [PATCH 5/8] ci: bump testsuite SHA to 9c7490f (env dict fallback + graceful before_scenario) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index 4fee8b9cf..143fdf940 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@cdc9891c0da58fa385d4b06194d1d79e384d45bd # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@9c7490f24fd9240f0dab048a331da3abdb226238 # main permissions: contents: read packages: write From 7eb4710435f785221aab42b631d4569ea2564f27 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Fri, 5 Jun 2026 06:54:28 -0400 Subject: [PATCH 6/8] =?UTF-8?q?chore:=20bump=20testsuite=20SHA=20to=203e8c?= =?UTF-8?q?c0d=20(Patches=204/4b/6/8=20=E2=80=94=20env=20fixes)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Includes all qecore-headless container patches for images where gnome-session runs as a different UID (lts, dakota, bazzite, gnomeos): - Patch 4: pgrep UID fallback - Patch 4b: no-PID env seed from container os.environ - Patch 6: continue instead of exiting on empty env dict - Patch 8: seed full container os.environ on IOError reading /proc Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index 143fdf940..c6b50c833 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@9c7490f24fd9240f0dab048a331da3abdb226238 # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@3e8cc0d959810f7d59ce3364234b728ed779354c # main permissions: contents: read packages: write From c25a5254593afd21dd0290c448e190b323a11f42 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Fri, 5 Jun 2026 07:18:27 -0400 Subject: [PATCH 7/8] chore: bump testsuite SHA to f7d8bd9 (screenshot false-negative fix) --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index c6b50c833..c2ee3f706 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@3e8cc0d959810f7d59ce3364234b728ed779354c # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@f7d8bd9d3bf41d265b9a4cbf11cc5d1e3e35bb44 # main permissions: contents: read packages: write From 4c7ca282d4895c1dff7bbd3a0e862e862901c3da Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Fri, 5 Jun 2026 07:27:40 -0400 Subject: [PATCH 8/8] chore: bump testsuite SHA to 9392c9e (screenshot fix + all env patches) --- .github/workflows/run-testsuite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-testsuite.yml b/.github/workflows/run-testsuite.yml index c2ee3f706..31e491485 100644 --- a/.github/workflows/run-testsuite.yml +++ b/.github/workflows/run-testsuite.yml @@ -21,7 +21,7 @@ permissions: jobs: e2e: - uses: projectbluefin/testsuite/.github/workflows/e2e.yml@f7d8bd9d3bf41d265b9a4cbf11cc5d1e3e35bb44 # main + uses: projectbluefin/testsuite/.github/workflows/e2e.yml@9392c9ec9e048a24f406e3fcde7a92c33f9e18f6 # main permissions: contents: read packages: write