-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Create CI scripts to test new nightly bundles using new Openshift CI bundles workflow #564
Conversation
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
/test ? |
@flacatus: The following commands are available to trigger jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test all |
/retest |
Some general remarks:
|
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
|
@@ -9,6 +9,7 @@ | |||
# | |||
# Contributors: | |||
# Red Hat, Inc. - initial API and implementation | |||
set -ex | |||
|
|||
# Minikube environments config | |||
export MINIKUBE_VERSION=v1.8.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it too old ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm changing the minikube version in stable tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will be a separate PR
I can test and it is working |
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
export OPERATOR_REPO=$(dirname $(dirname $(readlink -f "$0"))); | ||
source "${OPERATOR_REPO}"/.github/bin/common.sh | ||
|
||
#Stop execution on any error |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: #Stop -> # Stop
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Impressive job!
Signed-off-by: Flavius Lacatusu <flacatus@redhat.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AndrienkoAleksandr, flacatus, tolusha The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Reff issue: eclipse-che/che#18293
Signed-off-by: Flavius Lacatusu flacatus@redhat.com