openshift/os: Copy all cluster jobs from MCO#29228
openshift/os: Copy all cluster jobs from MCO#29228cgwalters wants to merge 1 commit intoopenshift:masterfrom
Conversation
Recently a lot of useful work landed in the CI for openshift/os, in particular bits which actually launch a cluster, which closes a huge gap. However, the (previously named) `test-in-cluster` was just testing that a cluster installs in GCP, and then we run a custom test do do a build+rebase in cluster. While that's a useful test, we actually want to be able to run all the regular openshift e2e tests as well, for things like RHEL rebases. Rename `test-in-cluster` → `test-boot-derived-image` for clarity, and while we're here make it `optional: true` because it's actually broken right now since coreos/layering-examples#21 landed - we need to change the test to synthesize a `rhel.repo`.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
OK actually I think these jobs need to inherit from the built image. |
|
OK yeah to make this work today, we need to also build and push the legacy format container to actually test things. Or...we hold this until we've finished a hard switch to the new format. |
They'll need to. The big issue I foresee is that building the RHCOS image the way that we do takes a very long time. So adding that and the |
|
The long running test would be a problem, how about just trigger the e2e suite only by manual command like |
That sounds reasonable to me. |
|
@cgwalters: PR needs rebase. DetailsInstructions 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. |
|
Issues in openshift/release go stale after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
@cgwalters: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
Stale issue in openshift/release rot after 15d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues in openshift/release close after 15d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: Closed this PR. DetailsIn 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. |
Recently a lot of useful work landed in the CI for openshift/os,
in particular bits which actually launch a cluster, which closes
a huge gap.
However, the (previously named)
test-in-clusterwas just testingthat a cluster installs in GCP, and then we run a custom test
do do a build+rebase in cluster.
While that's a useful test, we actually want to be able to run
all the regular openshift e2e tests as well, for things like RHEL
rebases.
Rename
test-in-cluster→test-boot-derived-imagefor clarity,and while we're here make it
optional: truebecause it's actuallybroken right now since coreos/layering-examples#21
landed - we need to change the test to synthesize a
rhel.repo.