Skip to content

Commit

Permalink
This pull request adds support for testing NodeJS-22
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
  • Loading branch information
phracek committed Nov 15, 2024
1 parent 159c1e3 commit e89b6d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@
- rhel9-nodejs-ex-18-minimal
- rhel9-nodejs-ex-20
- rhel9-nodejs-ex-20-minimal
- rhel9-nodejs-ex-22
- rhel9-nodejs-ex-22-minimal
- rhel9-s2i-perl-532-container
- rhel9-s2i-python-39-container
- rhel9-s2i-python-311-container
Expand Down
8 changes: 8 additions & 0 deletions vars/rhel9-nodejs-ex-22-minimal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
registry_redhat_io: "ubi9/nodejs-22-minimal"
tag_name: "nodejs:22-minimal-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=22-minimal-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -"
pod_name: "nodejs-example"
check_curl_output: "Node.js Crud Application"
curl_output_format: "raw"
scl_url: "nodejs-ex"
is_name: "nodejs"
8 changes: 8 additions & 0 deletions vars/rhel9-nodejs-ex-22.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
registry_redhat_io: "ubi9/nodejs-22"
tag_name: "nodejs:22-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=22-ubi9 -p NAMESPACE={{ oc_project_rhscl }} | oc apply -f -"
pod_name: "nodejs-example"
check_curl_output: "Node.js Crud Application"
curl_output_format: "raw"
scl_url: "nodejs-ex"
is_name: "nodejs"

0 comments on commit e89b6d6

Please sign in to comment.