Commit Graph

16 Commits

Author SHA1 Message Date
Amit Rout
3f786a350f Fixing rvm error and Docker file format for travis login (#3813)
* Fixing rvm error and Docker file format for travis login

* Removed duplicate dependencies
2020-08-24 12:48:32 -04:00
Amit Rout
0f4abad232 Docker test container for travis login (#3732) 2020-08-21 01:30:39 +02:00
Mohammed Ahmed
46b512ee21 Building redistributable only on x86_64 and updating golang version to 1.13 (#3464)
* Building redistributable only on x86_64

We dont need redistributable package building
on multiple architectures as it is happening right
now (case in point internal scratch build)

Eg:
  - openshift-odo-redistributable-1.2.3-1.el8.s390x.rpm
  - openshift-odo-redistributable-1.2.3-1.el8.ppc64le.rpm
  - openshift-odo-redistributable-1.2.3-1.el8.x86_64.rpm

We only need last one as individual rpms for specific architectures
is fine but not the redistributable ones.

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

* Updating golang version to 1.13

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-07-08 22:59:10 +02:00
Priti Kumari
79bba03138 Adding oc from build to container image (#3418) 2020-06-30 16:59:53 +05:30
Amit Rout
b83cf5bb3c Updating script path in Dockerfile for multistage test (#3412) 2020-06-24 18:25:06 +05:30
Priti Kumari
4b29931a83 Adding oc binary to bin path for multi stage test infra (#3362)
* Adding oc binary to bin path for multi stage test infra

* Added file permission locally and excluding it from docker file

* Created different dockerfile to avoid master break and proceed with multistage changes
2020-06-23 19:03:05 -04:00
Girish Ramnani
c7dbe2c882 Revert "Adding oc to bin path for multistage testing (#3351)" (#3360)
This reverts commit fa9f7b94a5.
2020-06-16 14:54:31 +05:30
Priti Kumari
fa9f7b94a5 Adding oc to bin path for multistage testing (#3351) 2020-06-16 04:18:42 -04:00
Priti Kumari
398cacd36f Removing unused secret directory (#3290) 2020-06-09 05:16:32 +02:00
Mohammed Ahmed
fb83151053 Setting golang version uniformly accross repo and updating docs (#3204)
* Setting golang version uniformly accross repo and updating docs

 - All golang version references now uniformly updated to 1.12
 - Adding all golang version references to development.adoc

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

* Adding golang warning to admonition block

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

* Removing unnessasary space

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

* Adding back warning as github does not render admonition in normal view

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

* Fixing the warning to look better

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

* Fixing up the list title

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

* Fixing up admonishments

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

* Fixing commits as per @cdrage comments

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2020-05-21 18:14:13 +02:00
Tomas Kral
4f11c10387 add more OWNERS files (#2886) 2020-04-17 01:06:44 -07:00
Priti Kumari
c5d8e7557e Go version and base image update on Openshift CI (#2830) 2020-04-07 13:16:40 +02:00
Priti Kumari
8d6422d8b6 Create a secret directory in docker file (#2718) 2020-03-13 09:00:25 -04:00
Tomas Kral
6bd0d73dc6 redhat-developer/odo -> openshift/odo (#1505)
* redhat-developer/odo -> openshift/odo

* gofmt

* add CircleCI tests temporary back to TravisCI
2019-03-21 17:36:28 +01:00
Mohammed Ahmed
631b53d2a3 Adding scripts to handle initialization of cluster for openshift CI. (#1441)
* Adding scripts to handle initialization of cluster for openshift CI.

This also fixes couple of usernames on the side

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

* Adding http-tools to build root so we can use htpasswd

* Adding login as developer and creation of first project

* Moving script to ./scripts and renaming makefile command

* Renaming scripts to incude tests in configure cluster script

* Making script more configurable

* Adding namespace to secret commands.

* Fixing missing username

* Simplifying script by removing unnessasary variables

* Adding TODO and slightly reduction wait time for auth config

* Making assets dir overwritable

* Making configure script executable.

* Fixing message for not existing kubeconfig

* Redirecting out and err of commands where we are not interested in msg

* Updating to 18 secs default sleep which can be overridden

* Adding workaround for missing wildfly in OpenShift 4.0

* Adding basic ci docs for prow

Signed-off-by: Mohammed Zeeshan Ahmed <mohammed.zee1000@gmail.com>
2019-03-13 11:20:34 +05:30
Mohammed Ahmed
afe5d59c2d Adding our own base image to test on Openshift CI (#1437)
* Adding our own base image to test on Openshift CI

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

* Adding docs and updating base image
2019-03-07 00:30:30 -08:00