Don't use deploy.sh&ocp.sh in test jobs on CI
See original GitHub issueIs your task related to a problem? Please describe.
As deploy.sh & ocp.sh will be deprecated in near future and removed, we should change our jobs to not use this.
Describe the solution you’d like
- For openshift deployment,
oc cluster up
should be used. - For che deployment, operator (chectl) should be used.
This is a followup of https://github.com/eclipse/che/issues/13888
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Jobs - GitLab Docs
Deployment jobs. Deployment jobs are a specific kind of CI job in that they deploy code to environments. A deployment job is any...
Read more >Building a simple CI/CD pipeline for local testing using Go ...
In this article I will detail the thought process and implementation of an automated build and deployment pipeline that I wrote to reduce...
Read more >Using GitLab to build, test and deploy modern front end ...
I've been using GitLab and Firebase separately as tools for around 4 years and after I struggling with integrating deployment into my ...
Read more >How to build a CI/CD pipeline with GitHub Actions in four ...
Here's a quick guide on the advantages of using GitHub Actions as your preferred CI/CD tool—and how to build a CI/CD pipeline with...
Read more >Job Lifecycle - Travis CI Docs
The Build; The Job Lifecycle; Customizing the Installation Phase; Customizing the Build Phase; Breaking the Build; Deploying your Code. Travis CI provides a ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We are now officially not using this anymore! Woohooo!