AGENT-725: Add presubmit job for vsphere#45475
Conversation
|
@rwsu: This pull request references AGENT-725 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "4.15.0" version, but no target version was set. 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. |
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rwsu 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 |
|
I want to cut down the number of CI jobs we have already. Since this can't replace another CI job (because it doesn't run to install-complete) I don't think we should add this with |
|
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 |
|
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 |
|
/remove-lifecycle rotten |
|
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 |
|
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 |
|
@rwsu, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/remove-lifecycle rotten |
|
@rwsu, Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse |
|
/pj-rehearse pull-ci-openshift-installer-master-e2e-agent-compact-ipv4-vsphere |
The job runs the compact_ipv4 scenario for the vsphere platform. The "agent wait-for install-complete" step is skipped because install-complete does not succeed for vsphere using libvirt virtual machines. Depends on: openshift-metal3/dev-scripts#1599 Signed-off-by: Richard Su <rwsu@redhat.com>
|
/pj-rehearse |
| name: pull-ci-openshift-installer-master-e2e-agent-compact-ipv4-vmware | ||
| optional: true | ||
| rerun_command: /test e2e-agent-compact-ipv4-vmware | ||
| run_if_changed: /agent/ |
There was a problem hiding this comment.
I think we decided to take this out, but once it is in the job is gets preserved even if you take it out of the config. (In the old days, you couldn't even put this stuff in the config, and many jobs still haven't so we have to continue preserving the data in the job because it's the only place it is recorded in many cases.) It pays to delete the job from this file and regenerate it to make sure it matches the config.
|
@rwsu: 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. |
|
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 |
|
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-sigs/prow repository. |
The job runs the compact_ipv4 scenario for the vsphere platform.
The "agent wait-for install-complete" step is skipped because install-complete does not succeed for vsphere using libvirt virtual machines.
Depends on: openshift-metal3/dev-scripts#1599