-
Notifications
You must be signed in to change notification settings - Fork 553
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
ci: e2e job for ceph-csi operator #4931
base: ci/centos
Are you sure you want to change the base?
ci: e2e job for ceph-csi operator #4931
Conversation
This commit adds new job mini-e2e-operator for running ceph-csi e2e tests deployed via ceph-csi-operator. Signed-off-by: Praveen M <[email protected]>
ssh "./podman2minikube.sh quay.io/cephcsi/ceph-csi-operator:${operator_version}" | ||
|
||
timeout(time: 30, unit: 'MINUTES') { | ||
ssh 'cd /opt/build/go/src/github.com/ceph/ceph-csi && ./scripts/deploy-ceph-csi-operator.sh deploy' |
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.
do you have an other PR that contains this script?
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.
Yes, I'll be raising the PR for the script.
@nixpanic, does the PR look good? Are there any other configuration required on Jenkins dashboard? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks if no further activity occurs. Thank you for your contributions. |
Describe what this PR does
This commit adds new job mini-e2e-operator for running ceph-csi e2e tests deployed via ceph-csi-operator.
Checklist:
Show available bot commands
These commands are normally not required, but in case of issues, leave any of
the following bot commands in an otherwise empty comment in this PR:
/retest ci/centos/<job-name>
: retest the<job-name>
after unrelatedfailure (please report the failure too!)