diff --git a/deploy-and-test.yml b/deploy-and-test.yml index 489e9b2..285338a 100644 --- a/deploy-and-test.yml +++ b/deploy-and-test.yml @@ -66,6 +66,8 @@ - rhel8-nodejs-ex-16 - rhel8-nodejs-ex-18 - rhel8-nodejs-ex-18-minimal + - rhel8-nodejs-ex-20 + - rhel8-nodejs-ex-20-minimal - rhel8-cakephp-ex-73 - rhel8-cakephp-ex-74 #- rhel8-cakephp-ex-80 It looks like no prepared for PHP-8.0 diff --git a/vars/rhel8-nodejs-ex-20-minimal.yml b/vars/rhel8-nodejs-ex-20-minimal.yml new file mode 100644 index 0000000..0f3c39f --- /dev/null +++ b/vars/rhel8-nodejs-ex-20-minimal.yml @@ -0,0 +1,7 @@ +registry_redhat_io: "ubi8/nodejs-20-minimal" +tag_name: "nodejs:20-minimal-ubi8" +deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-ubi8 -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" diff --git a/vars/rhel8-nodejs-ex-20.yml b/vars/rhel8-nodejs-ex-20.yml new file mode 100644 index 0000000..596b21a --- /dev/null +++ b/vars/rhel8-nodejs-ex-20.yml @@ -0,0 +1,7 @@ +registry_redhat_io: "ubi8/nodejs-20" +tag_name: "nodejs:20-ubi8" +deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-ubi8 -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"