As you may have noticed, the test_pr_origin CI job on ci.openshift.redhat.com (which answers [test]) has now been split into three sub jobs:
https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/ - test_pull_requests_origin_check - the unit and verification tests (equivalent to `make check`) - test_pull_requests_origin_integration - the integration tests (equivalent to `make test -o check`) - test_pull_requests_origin_conformance - the conformance tests (test/extended/conformance.sh) The tests should all complete under 50 minutes now, and we may reenable flake detection by running multiple of the integration jobs (although now with junit support it should be easier to correlate flaky tests). The [test] flag will run all three of these tests and will *not* honor the [extended:...] flag. To run specific extended tests, please specify: [testonlyextended][extended:SUITE(OPTIONAL_FOCUS)] _______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
