We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now all CI Tests are running under one job pull-gcp-compute-persistent-disk-csi-driver-test.
pull-gcp-compute-persistent-disk-csi-driver-test
We should split them up based on test type. Ex.
pull-gcp-compute-persistent-disk-csi-driver-sanity pull-gcp-compute-persistent-disk-csi-driver-e2e pull-gcp-compute-persistent-disk-csi-driver-kubernetes
Each of these should invoke a go test or equivalent directly so that test results are streamed through Gubernator propertly.
go test
The text was updated successfully, but these errors were encountered:
Done in Multiple PRs:
#36 #27 kubernetes/test-infra#8502 kubernetes/test-infra#8500 kubernetes/test-infra#8494
Sorry, something went wrong.
Merge pull request kubernetes-sigs#29 from openshift-bot/art-consiste…
223d846
…ncy-openshift-4.12-ose-gcp-pd-csi-driver Updating ose-gcp-pd-csi-driver images to be consistent with ART
No branches or pull requests
Right now all CI Tests are running under one job
pull-gcp-compute-persistent-disk-csi-driver-test
.We should split them up based on test type. Ex.
Each of these should invoke a
go test
or equivalent directly so that test results are streamed through Gubernator propertly.The text was updated successfully, but these errors were encountered: