Skip to content

Commit

Permalink
Merge pull request #52 from sclorg/add_support_for_nodejs_20
Browse files Browse the repository at this point in the history
Add NodeJS 20 to ansible tests
  • Loading branch information
phracek authored Nov 8, 2023
2 parents aa7ce00 + 40d07ce commit e79aa4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
- rhel9-nginx-ex-122
- rhel9-nodejs-ex-16
- rhel9-nodejs-ex-18
- rhel9-nodejs-ex-20
- rhel9-postgresql-13-container
- rhel9-postgresql-15-container
- rhel9-s2i-perl-532-container
Expand Down
7 changes: 7 additions & 0 deletions vars/rhel9-nodejs-ex-20.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
registry_redhat_io: "ubi9/nodejs-20"
tag_name: "nodejs:20-ubi9"
deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi9 -p NAMESPACE=rhscl-ci-testing | oc apply -f -"
pod_name: "nodejs-example"
check_curl_output: "Welcome to your Node.js application on OpenShift"
scl_url: "nodejs-ex"
is_name: "nodejs"

0 comments on commit e79aa4e

Please sign in to comment.