Introduce a smoke test of the browser image in build workflow - #6236
Open
janHildebrandt98 wants to merge 1 commit into
Open
Introduce a smoke test of the browser image in build workflow#6236janHildebrandt98 wants to merge 1 commit into
janHildebrandt98 wants to merge 1 commit into
Conversation
janHildebrandt98
temporarily deployed
to
azure-trusted-signing
August 1, 2026 19:11 — with
GitHub Actions
Inactive
janHildebrandt98
temporarily deployed
to
azure-trusted-signing
August 1, 2026 19:13 — with
GitHub Actions
Inactive
janHildebrandt98
force-pushed
the
feature/run-docker-image-tests
branch
from
August 1, 2026 19:35
1a368d9 to
889fb40
Compare
janHildebrandt98
temporarily deployed
to
azure-trusted-signing
August 1, 2026 19:38 — with
GitHub Actions
Inactive
janHildebrandt98
temporarily deployed
to
azure-trusted-signing
August 1, 2026 19:40 — with
GitHub Actions
Inactive
janHildebrandt98
temporarily deployed
to
azure-trusted-signing
August 1, 2026 19:42 — with
GitHub Actions
Inactive
fix docker run call
janHildebrandt98
force-pushed
the
feature/run-docker-image-tests
branch
from
August 3, 2026 07:52
889fb40 to
bd6aff7
Compare
janHildebrandt98
temporarily deployed
to
azure-trusted-signing
August 3, 2026 07:59 — with
GitHub Actions
Inactive
janHildebrandt98
temporarily deployed
to
azure-trusted-signing
August 3, 2026 08:01 — with
GitHub Actions
Inactive
janHildebrandt98
marked this pull request as ready for review
August 3, 2026 08:03
janHildebrandt98
requested review from
ankur22 and
inancgumus
and removed request for
a team
August 3, 2026 08:03
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
Extends the check build step to run a single browser example script as a smoke test to ensure the with-browser image is functional.
Succeeds #6231 as we decided to change the approach.
Why?
This allows us to catch issues early and avoid situations as described in #5701
Checklist
make check) and all pass.Related PR(s)/Issue(s)
Closes #5701