Now that we have the e2e conformance test run against PR(s), we need a CI job that runs the same thing periodically (6 hours? 12 hours?) Here are some notes:
- We need a periodic job for Kubernetes/Kubernetes master against cloud-provider-openstack master (so we know if we break something)
- We need a periodic job for Kubernetes/Kubernetes release-1.10 branch against cloud-provider-openstack master (se we make sure we don't break any one who wants to use our code against the last release)
- Need to create a GCS bucket and upload files for each run, so we can display the results in kubernetes test-grid. See details in [1]
Nits:
- test_results.html is empty as the junit xml file is under kubernetes directory (it's junit_01.xml)
Links: