ppc64le-cloud / test-infra

Apache License 2.0
6 stars 20 forks source link

Removing Test skip in postsubmit-master-golang-kubernetes-unit-test-ppc64le #448

Closed Rajalakshmi-Girish closed 7 months ago

Rajalakshmi-Girish commented 7 months ago

https://github.com/kubernetes/kubernetes/issues/120142 is fixed.

[root@raji-workspace ~]# git clone https://github.com/kubernetes/kubernetes
Cloning into 'kubernetes'...
remote: Enumerating objects: 1504859, done.
remote: Counting objects: 100% (317/317), done.
remote: Compressing objects: 100% (192/192), done.
remote: Total 1504859 (delta 156), reused 178 (delta 110), pack-reused 1504542
Receiving objects: 100% (1504859/1504859), 1002.05 MiB | 32.16 MiB/s, done.
Resolving deltas: 100% (1101572/1101572), done.
Updating files: 100% (24076/24076), done.
[root@raji-workspace ~]# go version
go version devel go1.23-2a59041420 Tue Feb 13 05:02:46 2024 +0000 linux/ppc64le
[root@raji-workspace ~]# cd kubernetes/test/typecheck/
[root@raji-workspace typecheck]# go test -v -race -run ^TestVerify
=== RUN   TestVerify
--- PASS: TestVerify (5.56s)
PASS
ok      k8s.io/kubernetes/test/typecheck        6.579s
[root@raji-workspace typecheck]#
ppc64le-cloud-bot commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mkumatag, Rajalakshmi-Girish

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/ppc64le-cloud/test-infra/blob/master/OWNERS)~~ [mkumatag] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
mkumatag commented 7 months ago

/retest

mkumatag commented 7 months ago

@Rajalakshmi-Girish something is wrong, job is not completing!

Rajalakshmi-Girish commented 7 months ago

@Rajalakshmi-Girish something is wrong, job is not completing!

Failed to pull image "quay.io/kubermatic/yamllint:0.1": rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/kubermatic/yamllint:0.1": failed to resolve reference "quay.io/kubermatic/yamllint:0.1": unexpected status from HEAD request to https://quay.io/v2/kubermatic/yamllint/manifests/0.1: 401 UNAUTHORIZED

I see above error in Job's Pod event. I shall figure out.

mkumatag commented 7 months ago

@Rajalakshmi-Girish something is wrong, job is not completing!

Failed to pull image "quay.io/kubermatic/yamllint:0.1": rpc error: code = Unknown desc = failed to pull and unpack image "quay.io/kubermatic/yamllint:0.1": failed to resolve reference "quay.io/kubermatic/yamllint:0.1": unexpected status from HEAD request to https://quay.io/v2/kubermatic/yamllint/manifests/0.1: 401 UNAUTHORIZED

I see above error in Job's Pod event. I shall figure out.

this image doesn't present anymore, we need to find an alternate image or build our own.

Rajalakshmi-Girish commented 7 months ago

this image doesn't present anymore, we need to find an alternate image or build our own.

I see image https://quay.io/repository/suzuki_shunsuke/yamllint?tab=tags. But not sure how reliable it is.

Shall we build an image like https://github.com/suzuki-shunsuke/docker-image-yamllint/blob/master/Dockerfile

Rajalakshmi-Girish commented 7 months ago

/meow

Rajalakshmi-Girish commented 7 months ago

/test pull-test-infra-yamllint

ppc64le-cloud-bot commented 7 months ago

@Rajalakshmi-Girish: Updated the job-config configmap in namespace prow at cluster default using the following files:

In response to [this](https://github.com/ppc64le-cloud/test-infra/pull/448): >https://github.com/kubernetes/kubernetes/issues/120142 is fixed. > >``` >[root@raji-workspace ~]# git clone https://github.com/kubernetes/kubernetes >Cloning into 'kubernetes'... >remote: Enumerating objects: 1504859, done. >remote: Counting objects: 100% (317/317), done. >remote: Compressing objects: 100% (192/192), done. >remote: Total 1504859 (delta 156), reused 178 (delta 110), pack-reused 1504542 >Receiving objects: 100% (1504859/1504859), 1002.05 MiB | 32.16 MiB/s, done. >Resolving deltas: 100% (1101572/1101572), done. >Updating files: 100% (24076/24076), done. >[root@raji-workspace ~]# go version >go version devel go1.23-2a59041420 Tue Feb 13 05:02:46 2024 +0000 linux/ppc64le >[root@raji-workspace ~]# cd kubernetes/test/typecheck/ >[root@raji-workspace typecheck]# go test -v -race -run ^TestVerify >=== RUN TestVerify >--- PASS: TestVerify (5.56s) >PASS >ok k8s.io/kubernetes/test/typecheck 6.579s >[root@raji-workspace typecheck]# >``` 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/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.