Skip to content

Fix java quarkus devfile sample - #3

Open
sbouchet wants to merge 5 commits into
mainfrom
fix_java_quarkus
Open

Fix java quarkus devfile sample#3
sbouchet wants to merge 5 commits into
mainfrom
fix_java_quarkus

Conversation

@sbouchet

Copy link
Copy Markdown
Collaborator

this PR fixes the java-quarkus devfile sample errors.

./dw-auto-validate.sh -s vscode
Using scenario 'vscode'.

Checking oc installation...
Ok!

Checking jq installation...
Ok!

Checking cluster connection...
Ok!
Using current context sbouchet-che/api-che-dev-x6e0-p1-openshiftapps-com:6443/sbouchet


Running test scenario 'vscode' using vscode-test devworkspace in sbouchet-che namespace...
TEST https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Cleaning up resources...

======================
Summary:
  Total tests: 15 
  Successful: 15
  Failed: 0
  Elapsed time: 7m 48s
======================

@sbouchet
sbouchet requested a review from rgrunber May 20, 2026 10:29
@sbouchet

Copy link
Copy Markdown
Collaborator Author

@RomanNikitenko FYI

@rgrunber rgrunber left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It definitely works, but I just wonder if outright removing those entries is the only way.

Comment thread dw-auto-validate.sh Outdated
@sbouchet
sbouchet marked this pull request as draft May 21, 2026 13:45
@sbouchet sbouchet moved this from Ready for Review to 🚧 In Progress in Eclipse Che Team C Backlog [DEPRECATED] May 27, 2026
@sbouchet

Copy link
Copy Markdown
Collaborator Author
sbouchet@sbouchet-remote-csb:devworkspace-auto-validation [java_quarkus_fix]$ ./dw-auto-validate.sh -s sshd
Using 'sshd' scenario.

Checking oc installation...
Ok!

Checking jq installation...
Ok!

Checking cluster connection...
Ok!
Using current context sbouchet-che/api-che-dev-x6e0-p1-openshiftapps-com:6443/sbouchet

Running test scenario 'sshd' using sshd-test devworkspace in sbouchet-che namespace against server https://api.che-dev.x6e0.p1.openshiftapps.com:6443...
There will be 15 tests performed in total.
TEST [1/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [2/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [3/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [4/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [5/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [6/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [7/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [8/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [9/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [10/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [11/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [12/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [13/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [14/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [15/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Cleaning up resources...

======================
Summary:
  Total tests: 15 
  Successful: 15
  Failed: 0
  Elapsed time: 7m 9s
======================
sbouchet@sbouchet-remote-csb:devworkspace-auto-validation [java_quarkus_fix]$ ./dw-auto-validate.sh -s jetbrains
Using 'jetbrains' scenario.

Checking oc installation...
Ok!

Checking jq installation...
Ok!

Checking cluster connection...
Ok!
Using current context sbouchet-che/api-che-dev-x6e0-p1-openshiftapps-com:6443/sbouchet

Running test scenario 'jetbrains' using jetbrains-idea-test devworkspace in sbouchet-che namespace against server https://api.che-dev.x6e0.p1.openshiftapps.com:6443...
There will be 15 tests performed in total.
TEST [1/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [2/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [3/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [4/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [5/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [6/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [7/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [8/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [9/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [10/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [11/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [12/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [13/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [14/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [15/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Cleaning up resources...

======================
Summary:
  Total tests: 15 
  Successful: 15
  Failed: 0
  Elapsed time: 10m 13s
======================
sbouchet@sbouchet-remote-csb:devworkspace-auto-validation [java_quarkus_fix]$ ./dw-auto-validate.sh -s vscode
Using 'vscode' scenario.

Checking oc installation...
Ok!

Checking jq installation...
Ok!

Checking cluster connection...
Ok!
Using current context sbouchet-che/api-che-dev-x6e0-p1-openshiftapps-com:6443/sbouchet

Running test scenario 'vscode' using vscode-test devworkspace in sbouchet-che namespace against server https://api.che-dev.x6e0.p1.openshiftapps.com:6443...
There will be 15 tests performed in total.
TEST [1/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [2/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [3/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [4/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [5/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [6/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [7/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [8/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [9/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [10/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [11/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [12/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅
TEST [13/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅
TEST [14/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅
TEST [15/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Cleaning up resources...

======================
Summary:
  Total tests: 15 
  Successful: 15
  Failed: 0
  Elapsed time: 14m 30s
======================
sbouchet@sbouchet-remote-csb:devworkspace-auto-validation [java_quarkus_fix]$ 

@sbouchet

Copy link
Copy Markdown
Collaborator Author

verbose version where you can see that pods are correctly restarted.

sbouchet@sbouchet-remote-csb:devworkspace-auto-validation [java_quarkus_fix]$ ./dw-auto-validate.sh -s vscode -v
Using 'vscode' scenario.
Using verbose mode.

Checking oc installation...
Executing 'which oc'...
Ok!

Checking jq installation...
Executing 'which jq'...
Ok!

Checking cluster connection...
Executing 'oc whoami'...
sbouchet
Ok!
Using current context sbouchet-che/api-che-dev-x6e0-p1-openshiftapps-com:6443/sbouchet

Running test scenario 'vscode' using vscode-test devworkspace in sbouchet-che namespace against server https://api.che-dev.x6e0.p1.openshiftapps.com:6443...
Iterating over 5 Devfiles and 3 Images
There will be 15 tests performed in total.

Begin test of https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi10-latest
devworkspace.workspace.devfile.io/vscode-test created
Waiting for vscode-test to run .................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-599dc5dfd8-xr6qh,vscode-test
podName: 
workspace47df6da5be24417c-599dc5dfd8-xr6qh
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-599dc5dfd8-xr6qh pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [1/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi9-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ...................................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-656f8997c8-nqvl9,vscode-test
podName: 
workspace47df6da5be24417c-656f8997c8-nqvl9
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-656f8997c8-nqvl9 pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [2/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi8-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ...................................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-545559bb7-qh8sk,vscode-test
podName: 
workspace47df6da5be24417c-545559bb7-qh8sk
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-545559bb7-qh8sk pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [3/15] https://registry.devfile.io/devfiles/nodejs with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi10-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
Warning: Unsupported Devfile features are present in this workspace. The following features will have no effect: components[].image, used by components: build
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ...............................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-6d8694bcd5-cknrb,vscode-test
podName: 
workspace47df6da5be24417c-6d8694bcd5-cknrb
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-6d8694bcd5-cknrb pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [4/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi9-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ...................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-7ddc8b4bf7-6s5f6,vscode-test
podName: 
workspace47df6da5be24417c-7ddc8b4bf7-6s5f6
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-7ddc8b4bf7-6s5f6 pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [5/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi8-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ..................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-645ffcd79b-qrhmp,vscode-test
podName: 
workspace47df6da5be24417c-645ffcd79b-qrhmp
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-645ffcd79b-qrhmp pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [6/15] https://registry.devfile.io/devfiles/go with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi10-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run .................................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-6d9bdd8bcc-5hfxt,vscode-test
podName: 
workspace47df6da5be24417c-6d9bdd8bcc-5hfxt
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-6d9bdd8bcc-5hfxt pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [7/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi9-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ...............................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-67665c88f7-6qnzg,vscode-test
podName: 
workspace47df6da5be24417c-67665c88f7-6qnzg
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-67665c88f7-6qnzg pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [8/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi8-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ....................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-8bb6cd468-lln6b,vscode-test
podName: 
workspace47df6da5be24417c-8bb6cd468-lln6b
mainContainerName: 
runtime
Found runtime container in workspace47df6da5be24417c-8bb6cd468-lln6b pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [9/15] https://registry.devfile.io/devfiles/php-laravel with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi10-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run .................................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-646c8c9fc-hx59t,vscode-test
podName: 
workspace47df6da5be24417c-646c8c9fc-hx59t
mainContainerName: 
py
Found py container in workspace47df6da5be24417c-646c8c9fc-hx59t pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [10/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi9-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ...............................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-56fcb56655-hwv4b,vscode-test
podName: 
workspace47df6da5be24417c-56fcb56655-hwv4b
mainContainerName: 
py
Found py container in workspace47df6da5be24417c-56fcb56655-hwv4b pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [11/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi8-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run .................................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-7989b48548-l9f42,vscode-test
podName: 
workspace47df6da5be24417c-7989b48548-l9f42
mainContainerName: 
py
Found py container in workspace47df6da5be24417c-7989b48548-l9f42 pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [12/15] https://registry.devfile.io/devfiles/python with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi10-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ...................................................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-c55745d5-mrdvd,vscode-test
podName: 
workspace47df6da5be24417c-c55745d5-mrdvd
mainContainerName: 
tools
Found tools container in workspace47df6da5be24417c-c55745d5-mrdvd pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [13/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi10-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi9-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ....................................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-c85799fd5-qfqlh,vscode-test
podName: 
workspace47df6da5be24417c-c85799fd5-qfqlh
mainContainerName: 
tools
Found tools container in workspace47df6da5be24417c-c85799fd5-qfqlh pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [14/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi9-latest PASSED ✅

Begin test of https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi8-latest
devworkspace.workspace.devfile.io/vscode-test patched
Stopping vscode-test . stopped.
devworkspace.workspace.devfile.io/vscode-test configured
Waiting for vscode-test to run ......................................
vscode-test is running.
Validating vscode-test ..
podNameAndDWName: 
workspace47df6da5be24417c-586555578d-p7zs2,vscode-test
podName: 
workspace47df6da5be24417c-586555578d-p7zs2
mainContainerName: 
tools
Found tools container in workspace47df6da5be24417c-586555578d-p7zs2 pod
Checking editor on localhost:3100
localhost: returned HTTP 200
TEST [15/15] https://registry.devfile.io/devfiles/java-quarkus with quay.io/devfile/universal-developer-image:ubi8-latest PASSED ✅

Cleaning up resources...
devworkspace.workspace.devfile.io "vscode-test" deleted

======================
Summary:
  Total tests: 15 
  Successful: 15
  Failed: 0
  Elapsed time: 14m 27s
======================
sbouchet@sbouchet-remote-csb:devworkspace-auto-validation [java_quarkus_fix]$ 

sbouchet and others added 4 commits August 14, 2026 12:35
update README to match current code

Sync documentation with actual implementation: unified validation
via LANDING_PAGE_PORT, all timeouts now 120s, PROJECTS placeholder
and starterProjects handling, updated container resolution logic,
corrected file descriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
update README to match current code

Sync documentation with actual implementation: unified validation
via LANDING_PAGE_PORT, all timeouts now 120s, PROJECTS placeholder
and starterProjects handling, updated container resolution logic,
corrected file descriptions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
Signed-off-by: Stephane Bouchet <sbouchet@redhat.com>
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