From 0f00dd4dbf646f11f5573ff59e743d210c159ada Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Tue, 14 Nov 2023 15:26:02 +0100 Subject: [PATCH] Add NodeJS-18-minimal and fix tags for RHEL9 nodejs-20-minimal Signed-off-by: Petr "Stone" Hracek --- deploy-and-test.yml | 2 ++ vars/rhel8-nodejs-ex-18-minimal.yml | 7 +++++++ vars/rhel9-nodejs-ex-18-minimal.yml | 7 +++++++ vars/rhel9-nodejs-ex-20-minimal.yml | 4 ++-- 4 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 vars/rhel8-nodejs-ex-18-minimal.yml create mode 100644 vars/rhel9-nodejs-ex-18-minimal.yml diff --git a/deploy-and-test.yml b/deploy-and-test.yml index 78ab700..489e9b2 100644 --- a/deploy-and-test.yml +++ b/deploy-and-test.yml @@ -65,6 +65,7 @@ - rhel7-s2i-python-38-container - rhel8-nodejs-ex-16 - rhel8-nodejs-ex-18 + - rhel8-nodejs-ex-18-minimal - rhel8-cakephp-ex-73 - rhel8-cakephp-ex-74 #- rhel8-cakephp-ex-80 It looks like no prepared for PHP-8.0 @@ -94,6 +95,7 @@ - rhel9-nginx-ex-122 - rhel9-nodejs-ex-16 - rhel9-nodejs-ex-18 + - rhel9-nodejs-ex-18-minimal - rhel9-nodejs-ex-20 - rhel9-nodejs-ex-20-minimal - rhel9-postgresql-13-container diff --git a/vars/rhel8-nodejs-ex-18-minimal.yml b/vars/rhel8-nodejs-ex-18-minimal.yml new file mode 100644 index 0000000..c72bf8f --- /dev/null +++ b/vars/rhel8-nodejs-ex-18-minimal.yml @@ -0,0 +1,7 @@ +registry_redhat_io: "ubi8/nodejs-18-minimal" +tag_name: "nodejs:18-minimal-ubi8" +deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-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/rhel9-nodejs-ex-18-minimal.yml b/vars/rhel9-nodejs-ex-18-minimal.yml new file mode 100644 index 0000000..61796ca --- /dev/null +++ b/vars/rhel9-nodejs-ex-18-minimal.yml @@ -0,0 +1,7 @@ +registry_redhat_io: "ubi9/nodejs-18-minimal" +tag_name: "nodejs:18-minimal-ubi9" +deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=18-minimal-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" diff --git a/vars/rhel9-nodejs-ex-20-minimal.yml b/vars/rhel9-nodejs-ex-20-minimal.yml index acf72d8..8a9e997 100644 --- a/vars/rhel9-nodejs-ex-20-minimal.yml +++ b/vars/rhel9-nodejs-ex-20-minimal.yml @@ -1,6 +1,6 @@ registry_redhat_io: "ubi9/nodejs-20-minimal" -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 -" +tag_name: "nodejs:20-minimal-ubi9" +deployment: "oc process -f https://raw.githubusercontent.com/sclorg/nodejs-ex/master/openshift/templates/nodejs.json -p NODEJS_VERSION=20-minimal-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"