We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0754f8 commit a1519b4Copy full SHA for a1519b4
buildenv/jenkins/JenkinsfileBase
@@ -802,6 +802,7 @@ def runTest( ) {
802
if (env.SPEC.contains('linux') && !(LABEL.contains('ci.agent.dynamic') && CLOUD_PROVIDER == 'azure') && (BUILD_LIST != "external")) {
803
// Detect if Xvfb is on the machine, and if not use the wayland startup code (Initially for EL10)
804
if ( sh(script:"which Xvfb 2>&1", returnStatus:true) != 0 ) {
805
+ sh "mkdir -p -m 1777 /tmp/.X11-unix"
806
sh "weston --no-config --socket=wayland-vfb --backend=headless-backend.so --xwayland &"
807
env.DISPLAY = ":0"
808
0 commit comments