419 Commits

Author SHA1 Message Date
Anand Kumar Singh
19509b02c1 disable rpm-build test from unit test (#4859)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-06-29 11:56:08 -04:00
Anand Kumar Singh
f9cbdc4d98 Update go 1.15 (#4852)
* updating golang version 1.15

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* update go.mod

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-06-28 16:36:39 -04:00
Girish Ramnani
9cfcbc3485 param based odo service create for operator backed services (#4704)
* initial work towards param based odo service create

* change

* add type data to cr

* add to devfile

* update olm

* remove logs

* towards tests

* init tests

* more test

* fix tests

* fix unit again

* set default service name

* mod fix

* addressed some comments

* add postgres operator in setup and in test

* fix

* fix some tests

* fix helpers

* helper flag

* merge conflicts

* add tests and install operator

* certain cases fix

* fix intg tests

* update scripts

* fix intg test

* changed function name

* changes

* fix comments

* docs update

* link fix

* small fix

* comment

* unit tests

* doc fix

* renamed as per comments

* comment
2021-06-24 03:42:47 -04:00
Priti Kumari
3a3372b001 Fix minikube failures on pr (#4837)
* Fix minikube failures on pr

* directly export the original kubeconfig into KUBECONFIG var
2021-06-22 17:17:12 -04:00
Priti Kumari
a22b171326 Start minikube if host is running but kubelet gets stopped somehow (#4834) 2021-06-22 05:05:04 -04:00
Mohammed Ahmed
d5f62518f7 Fixing GOPATH and GOBIN in minikube and minishift scripts (#4795)
* Fixing GOPATH and GOBIN in minikube and minishift scripts

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Using homedir

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Cleaning up

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-06-22 01:39:02 -04:00
Priti Kumari
c3a4cc180a Updating CI Firewall version to v0.1.2 (#4832) 2021-06-21 05:08:35 -04:00
Priti Kumari
ef1445e042 Fix kubeconfig issue when minikube already running on VM (#4823)
* Fix kubeconfig issue when minikube already running on VM

* Fixing syntax error

* Copying kubeconfig to current directory

* Fix kubeconfig misconfigured for minikube vm

* Customising script and fixing misconfigured kubeconfig issue
2021-06-18 12:42:35 -04:00
Mohammed Ahmed
12c3915061 Bumping odo version (#4803)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-06-15 05:29:27 -04:00
Priti Kumari
ed7b8aef2e Reducing timeout for windows and macOS unit test to 20m (#4791) 2021-06-10 09:31:15 -04:00
Tomas Kral
7b44d593e4 use -mod=vendor with all go commands in Makefile and use vendoring to manage ginkgo (#4784)
* export GOFLAGS=-mod=vendor in Makefile

* use go get instead of go install

for installing test dependencies

* use tools approach to manage testing dependencies

When using this apporoach we can make sure that all dependencies in a
proper version are vendored with the source code.

* go mod vendor

* add wwhrd expection for github.com/hinshun/vt10x
2021-06-09 11:18:51 +02:00
Mohammed Ahmed
1742e7e0d4 Updating docs and changelog script for updated release process (#4743)
* Updating docs and chagelo script for updated release process

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing commented lines and updating script comments

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Printing changelog output

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Cleanin up release docs

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-06-01 21:50:02 +02:00
Tomas Kral
17a078b67e Release v2.2.1 (#4746)
* bump version to 2.2.1

* add missing PRs to Changelog.md
2021-05-25 02:53:56 +02:00
Priti Kumari
697e3fec83 Modify minikube script for long running cluster (#4705)
* Modify minikube script for long running cluster

* After testing on test project, reverting the change for JOBNAME

* Addressing review comment
2021-05-17 05:02:21 -04:00
Anand Kumar Singh
e724c386f2 add --jenkinsProject in PSI test script (#4716)
* adding flag --jenkinsProject to all PSI test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* adding flag --jenkinsProject to all PSI test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* fix typo

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-05-12 09:32:46 -04:00
Anand Kumar Singh
0134773e65 fix typo in unit-test job name for windows (#4706)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-05-10 11:39:39 -04:00
Anand Kumar Singh
1af1a1ab5f Update test script to use main branch for PSI test (#4700)
* fixing ci-firewall command

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* update test script to use main branch for PSI test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* update test script to use main branch for PSI test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-05-06 22:10:48 -04:00
Maysun Faisal
bc5776a5db Update changelog script (#4698)
Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
2021-05-06 11:01:05 -04:00
Anand Kumar Singh
e9d577be40 fixing ci-firewall command (#4689)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-05-05 09:07:14 -04:00
Anand Kumar Singh
9848769234 Automate psi ci for mac and windows (#4460)
* adding setup script and e2e-intigration,unit test script

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* adding mac and windows jobs

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* fixing typo

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* Consolidating scripts

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* fixing unit test for windows and typo

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* Fixing tests for windows and mac

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* Fixing  mac unit test go not found

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* Fixing  unit tests on windows mac

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* Fixing  unit tests on windows

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* Fixing  unit tests on windows

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* adding exchange for PSI tests

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* adding exchange for PSI tests

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* fixing typo

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* fixing unit test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* fix unit test using cache

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* rebase

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* increase oc download time

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* windows unit test fix & fix for oc on mac

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* windows unit test

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* remove e2e test from this PR

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* increase timeout for test & change ci-firewall version

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-05-05 03:14:15 -04:00
Mohammed Ahmed
9a41aafbc8 Bumping odo version v2.1.0 -> v2.2.0 (#4682)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-05-04 09:41:16 +02:00
Kandarpa Malipeddi
1d174c5285 Enabling operator-test for Power. (#4653) 2021-04-28 19:04:06 -04:00
Mohammed Ahmed
89a03484fa Updating main-branch (#4657)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-04-26 10:50:02 -04:00
Priti Kumari
521a346757 Revert java import changes for s390x (#4630) 2021-04-20 06:57:11 -04:00
Priti Kumari
20042ce81e Upgrading ci-firewall version for linix (#4632)
* Upgrading ci-firewall version for linix

* Adding exchange value
2021-04-20 04:01:10 -04:00
Mohammed Ahmed
16946d4068 Adding inseucre skip to cluster configure commands (#4638)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-04-19 11:37:53 -04:00
Priti Kumari
d913da9800 Increase Run time for minikube job (#4633) 2021-04-16 05:40:36 -04:00
Priti Kumari
f490a1961b Upgrading ci-firewall version to v0.1.1 (#4625) 2021-04-15 12:41:08 -04:00
Priti Kumari
c0fea1d12c Adding exchange for minikube and minishift (#4605)
* Adding exchange for minikube

* Adding minikube version command

* Adding exchange for minishift
2021-04-14 06:31:45 -04:00
Mohammed Ahmed
455d66f7d7 Bumping odo version to v2.1.0 (#4608)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-04-12 11:14:09 -07:00
xkwangcn
0420b1ba19 update java image import for s390x platform (#4602)
Co-authored-by: wangxinke <wangxinke@wangxinkes-mbp.cn.ibm.com>
2021-04-12 14:17:21 +02:00
xkwangcn
6faaf90eb1 add operator-hub tests to ci for s390x platform (#4601)
Co-authored-by: wangxinke <wangxinke@wangxinkes-mbp.cn.ibm.com>
2021-04-12 11:43:20 +02:00
jbpratt
81ddd194cc Swap login/logout calls from using odo to oc directly (#4573)
The telemetry prompt popped up during a test due to the call to `odo
login`. Swap that to use `oc` directly and avoid the prompt.

closes #4568
2021-04-01 10:42:25 +02:00
Mohammed Ahmed
d2f7cfb7a6 Bumping odo version v2.0.7 -> v2.0.8 (#4558)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-03-29 09:23:46 +00:00
Mohammed Ahmed
45d4098e38 Fixing argument issue on minikube and minishift psi tests (#4552)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-03-25 04:44:23 -07:00
Priti Kumari
f9252cfc35 Passing minikube and minishift parameter using env (#4530)
* Passing minikube and minishift parameter using env

* Changing env var name
2021-03-19 12:25:01 -07:00
xkwangcn
06008d17cf Add test-integration-devfile tests for s390x (#4514)
For the test-integration-devfile, have verified supported on s390x.
2021-03-19 02:58:13 -07:00
Kandarpa Malipeddi
bf5b96e094 Add test-integration-devfile tests for ppc64le (#4526) 2021-03-18 09:54:31 -07:00
Priti Kumari
e04d99e864 Adding file permission to run minikube successfully (#4516) 2021-03-16 10:45:02 -07:00
Rodolfo Napoles
4797f23805 Scripts for PSI minishift tests (#4406)
* Scripts for PSI minishift tests

* added line at end of script

* added line at end of script

* emoved info as requested

* Updates as per review feedback

* Updated presubmit script, adding new scripts

* Changes to minishift start script and removal of one script

* copyin odo to $GOPATH/bin instead of /usr/bin

* deleting unwanted script as it was replaced with other files

* Generilized scripst to reduce duplication of code

* Generalized scripts to reduce duplication of code

* small changes

* Scripts for PSI minishift tests

* added line at end of script

* added line at end of script

* emoved info as requested

* Updates as per review feedback

* Made required changes
Updated presubmit script, adding new scripts

* deleting unwanted script as it was replaced with other files

* :Generilized scripst to reduce duplication of code

* Generalized scripts to reduce duplication of code

* Merging kubernetes and minishift istead of having scripts for each

* Changes to check if required components are installed

* Parametrized firewall version

* Deleted delete sh

* Fixed CI_FIREWALL_VERSION being defined twice
2021-03-13 04:35:39 -05:00
Mohammed Ahmed
f6a819c8ab Bumping version to v2.0.7 (#4489)
This is an emergency bug fix release

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-03-08 05:22:53 -05:00
Scott Kurz
01e46aba00 Fix install URL link (#4487)
Signed-off-by: Scott Kurz <skurz@us.ibm.com>
2021-03-05 12:41:05 -05:00
Dharmit Shah
5d914523de Change API & Operator version for Serice Binding Operator (#4484)
* Change API & Operator version for Serice Binding Operator

This is to be compatible with SBO 0.5.0

* Remove startingCSV info from Operator setup script

This will lead to installation of latest available version of the
Operator
2021-03-04 09:09:22 -05:00
Mohammed Ahmed
2f7f4a0906 Buming odo version v2.0.5 -> v2.0.6 (#4464)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-03-03 12:45:22 +05:30
Mohammed Ahmed
7b3b5115b8 Renaming entrypoint scripts to use new job (#4419)
- 4.6 will now run the old presubmit-all script
 - psi will run as 4.6-e2e-4x-psi

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-02-12 05:14:59 -05:00
Mohammed Ahmed
e8030b19a3 Buming odo version for release (#4418)
Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-02-11 16:13:29 +05:30
Mohammed Ahmed
b2483a5cf2 Setting up baseline POC of internal CI (#4063)
* Working on baseline POC of internal CI

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing golangci comments

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Reducing timeout for sake of PIC feedback

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Moving defer

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* jenkins build is now a number and dont cancel current build

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Updating envs to prevent conflicts, if any

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Update jenkins user envs

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Disabling auto delete and adding explicit shutdown

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing autodel

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some more fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Reenablong autodelete and sleeping

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Init and shutdown moved around a bit

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* 2 Connections on prow worker

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some more fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing nil pointer exception on rcvqchan

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some cleanup and fixing done message not being sent

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing up messaging

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding actual testing

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Make it fail purposefully

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Simplifying poc

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some more fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing success chan as its not needed

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing in favor of seperate repo

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing related vendor

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Blah

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* updating testing scripts

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some script updates

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* build odo and copy it to path

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Re-ordering test script

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removed unneeded setup script

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Debugging

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some more stuff

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Re-enable hiding

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Cleaning up the script

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixup for windows and macos testing

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing env names to make it cleaner

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Allow redhat tests to specify precreated project name and delete it

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Updating script for kubeadmin login and handling some setup

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixup randomstring to satisfy dns format

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some stuff to do

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Remove deleteproject

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some more fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing project name

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Some fixes

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Hiding deletion projects and export project names

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Increasing timeout and memory for java

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing after rebase

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Reverting fixes to tests

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Rebasing and fixing env names and adding one for ubi8 nodejs12

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing up way env is read

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing project name in oc import image

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding remaining tests

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Skipping user login tests

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing coloration for ginkgo

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding helper for oc get pods and using it in operator hub tests

oc get pods succeeds, even if there are no resources. So to account
for delays in pods becoming available the fallthough from above mentioned
issue, this was created

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Moving noColor to GINKGO_TEST_ARGS

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding justbeforeeach and justafter each to a context

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixup for newer image

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing Access information from file stat in pod.

1. Touching a file on mounts without `noatime` changes the access time.
2. This includes use by run script in container, hence resulting in errors.
3. We are not interested in access information anyway.

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing after rebase

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Increasing curl timeout

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Rebasing and addressing comments by @dharmit

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing after rebase

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Readjusting time and order

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Moving operator hub tests to top

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Removing ginko nocolor as ansi stripping is available in ci-firewall

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing typo

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Adding back old openshift presubmit script with a -old

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing random project for nodejs-14

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing after rebase

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>

* Fixing odo command

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-02-08 15:23:09 -05:00
Mohammed Ahmed
364cab146b Adding psi prow script placeholder. (#4411)
The script will be updated in the prow psi poc pr
after openshift ci prow config has been updated with
new job for psi

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2021-02-08 05:11:41 -05:00
Anand Kumar Singh
d818d24f4e $ARTIFACTS_DIR is set by platform (#4399)
* is set by platform

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* removing env ARTIFACTS_DIR as it's set by platform

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* replacing env  to ARTIFACT_DIR

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* replacing env  to ARTIFACT_DIR

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-02-02 06:37:51 -05:00
Priti Kumari
9d246db05b Adding ubi8/nodejs-14 image as supported (#4304)
* Add nodejs latest image on ocp 4.7 as supported

* updating the odo init version to 1.18

* Updated odo init image version

* updated init image version
2021-01-29 02:18:48 -05:00