kubernetes-sigs / windows-testing

Containers, scripts and documentation for running Kubernetes tests with Windows nodes
Apache License 2.0
40 stars 55 forks source link

Cncf job migration test #444

Closed ritikaguptams closed 3 months ago

ritikaguptams commented 3 months ago

Building on this PR: https://github.com/kubernetes-sigs/windows-testing/pull/439/files to build ability to test job migration to Azure CNCF subscription.

k8s-ci-robot commented 3 months ago

Hi @ritikaguptams. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
upodroid commented 3 months ago

/ok-to-test

jsturtevant commented 3 months ago

/hold We don't want to this merge, tests can still be run with /test pull-e2e-capz-windows-2022-extension-community

ritikaguptams commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

ritikaguptams commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

We can now create most things but need the changes in https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/main...jsturtevant:remove-az-cli-cred-checks?expand=1 which will be added too https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4939

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/retest

jsturtevant commented 3 months ago

there was a bug in the login code https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4980

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

missing anonymous pull access on the acr, its been added.

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

The test passed 💯 https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/kubernetes-sigs_windows-testing/444/pull-e2e-capz-windows-2022-extension-community/1811808608870993920

We are going to clear the resources and re-apply the terrafrom we've been building out with https://github.com/kubernetes/k8s.io/pull/6925 and will re-run

jsturtevant commented 3 months ago

/test ls

k8s-ci-robot commented 3 months ago

@jsturtevant: The specified target(s) for /test were not found. The following commands are available to trigger optional jobs:

Use /test all to run the following jobs that were automatically triggered:

In response to [this](https://github.com/kubernetes-sigs/windows-testing/pull/444#issuecomment-2229011856): >/test ls > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
ritikaguptams commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension-community

jsturtevant commented 3 months ago

the extension failed a single tests which looks to have been renamed over night, its passing in nightly CI so maybe the new test is flaky? Kubernetes e2e suite: [It] [sig-windows] [Feature:Windows] SecurityContext should ignore ProcMount Specific SecurityContext if set

image

jsturtevant commented 3 months ago

/test pull-e2e-capz-windows-2022-extension

jsturtevant commented 3 months ago

The tests are failing because of https://github.com/kubernetes/kubernetes/issues/126180

jsturtevant commented 3 months ago

/assign @marosset

Even though one test is failing (https://github.com/kubernetes/kubernetes/issues/126180) the cluster is coming online and tests are running. We need this for the job https://testgrid.k8s.io/sig-windows-master-release#capz-windows-2022-master which we moved to the community cluster

marosset commented 3 months ago

/approve

k8s-ci-robot commented 3 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marosset, ritikaguptams

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/windows-testing/blob/master/OWNERS)~~ [marosset] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
k8s-ci-robot commented 3 months ago

@ritikaguptams: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-e2e-capz-windows-2022-extension b49686a6c543ed0f63362b480f4776c2c3470972 link false /test pull-e2e-capz-windows-2022-extension
pull-e2e-capz-windows-2022-extension-community b49686a6c543ed0f63362b480f4776c2c3470972 link false /test pull-e2e-capz-windows-2022-extension-community

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
jsturtevant commented 3 months ago

/hold cancel /lgtm