This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| items: | |
| - apiVersion: flowcontrol.apiserver.k8s.io/v1 | |
| kind: FlowSchema | |
| metadata: | |
| annotations: | |
| apf.kubernetes.io/autoupdate-spec: "true" | |
| creationTimestamp: "2025-08-13T12:50:54Z" | |
| generation: 1 | |
| name: system-leader-election |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| goos: darwin | |
| goarch: arm64 | |
| pkg: k8s.io/client-go/tools/cache | |
| cpu: Apple M2 Pro | |
| │ bench-base.txt │ bench-iradix.txt │ bench-btree.txt │ bench-immutable-map.txt │ | |
| │ sec/op │ sec/op vs base │ sec/op vs base │ sec/op vs base │ | |
| DeltaFIFOListKeys-10 85.20µ ± 5% 83.64µ ± 5% ~ (p=0.165 n=10) 85.16µ ± 5% ~ (p=0.796 n=10) 107.75µ ± 3% +26.47% (p=0.002 n=10) | |
| Lister_Match_1k_100-10 19.58µ ± 0% 21.09µ ± 0% +7.72% (p=0.000 n=10) 15.44µ ± 0% -21.14% (p=0.000 n=10) 35.05µ ± 1% +78.99% (p=0.000 n=10) | |
| Lister_Match_10k_100-10 169.4µ ± 0% 186.7µ ± 4% +10.19% (p=0.000 n=10) 128.2µ ± 0% -24.35% (p=0.000 n=10) 343.9µ ± 0% +103.00% (p=0.000 n=10) | |
| Lister_Match_100k_100-10 2.781m ± |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ go version | |
| go version go1.18 linux/amd64 | |
| $ go env | |
| GO111MODULE="" | |
| GOARCH="amd64" | |
| GOBIN="" | |
| GOCACHE="/home/alvaro/.gocache" | |
| GOENV="/home/alvaro/.config/go/env" | |
| GOEXE="" |
We can make this file beautiful and searchable if this error is corrected: It looks like row 8 should actually have 6 columns, instead of 5 in line 7.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| endpoint,method,supported by apps,apps alternate docs link,docs link,notes | |
| /user,get,false,https://docs.github.com/en/free-pro-team@latest/rest/reference/apps#get-the-authenticated-app,https://docs.github.com/en/free-pro-team@latest/rest/reference/users#get-the-authenticated-user,alternate does not return an email | |
| /orgs/%s/members/%s,get,true,,https://docs.github.com/en/free-pro-team@latest/rest/reference/orgs#get-organization-membership-for-a-user, | |
| /repos/%s/%s/hooks,get,true,,https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#list-repository-webhooks, | |
| /orgs/%s/hooks,get,true,,https://docs.github.com/en/free-pro-team@latest/rest/reference/orgs#list-organization-webhooks, | |
| /repos/%s/%s/hooks/%d,patch,true,,https://docs.github.com/en/free-pro-team@latest/rest/reference/repos#update-a-repository-webhook, | |
| /orgs/%s/hooks/%d,patch,true,,https://docs.github.com/en/free-pro-team@latest/rest/reference/orgs#update-an-organization-webhook, | |
| /repos/%s/%s/hook,post,true,,https://docs.github.com/en/free-pr |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ rg 'path:' prow/github/client.go | |
| 849: path: "/user", | |
| 919: path: fmt.Sprintf("/orgs/%s/members/%s", org, user), | |
| 987: path: path, | |
| 1021: path: path, | |
| 1052: path: path, | |
| 1082: path: fmt.Sprintf("/orgs/%s", name), | |
| 1102: path: fmt.Sprintf("/orgs/%s", name), | |
| 1197: path: fmt.Sprintf("/repos/%s/%s/collaborators/%s/permission", org, repo, user), | |
| 1226: path: fmt.Sprintf("/orgs/%s/memberships/%s", org, user), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).SetFieldsForClusterConnector.func1(0x1611740, 0xc0001262e0, 0x0, 0xc00042aca0) | |
| /home/alvaro/git/golang/src/sigs.k8s.io/controller-runtime/pkg/manager/internal.go:234 +0x230 | |
| sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).SetFields(0xc000162500, 0x1611740, 0xc0001262e0, 0x7f62f8387ac0, 0x0) | |
| /home/alvaro/git/golang/src/sigs.k8s.io/controller-runtime/pkg/manager/internal.go:225 +0x50 | |
| sigs.k8s.io/controller-runtime/pkg/manager.(*controllerManager).Add(0xc000162500, 0x7f62f8387ac0, 0xc0001262e0, 0x0, 0x0) | |
| /home/alvaro/git/golang/src/sigs.k8s.io/controller-runtime/pkg/manager/internal.go:194 +0xa8 | |
| sigs.k8s.io/controller-runtime/pkg/clusterconnector.New(0xc0000be400, 0x18e34e0, 0xc000162500, 0x0, 0x0, 0xc000265038, 0x1, 0x1, 0xc000125b10, 0xc000125b18, ...) | |
| /home/alvaro/git/golang/src/sigs.k8s.io/controller-runtime/pkg/clusterconnector/clusterconnector.go:263 +0x3b8 | |
| sigs.k8s.io/controller-runtime/pkg/manager.New(0xc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sum by (namespace, pod, node, pod_ip) (container_memory_working_set_bytes{container="test"}) * | |
| on(namespace, pod) | |
| group_left(org, repo, type, name, id, node, pod_ip, phase) | |
| max by (org, repo, type, name, id, namespace, pod, phase, node, pod_ip) ( | |
| label_replace( | |
| label_replace( | |
| label_replace( | |
| label_replace( | |
| label_replace( | |
| prow:pod * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [fedora] | |
| name=Fedora $releasever - $basearch | |
| metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch | |
| enabled=1 | |
| metadata_expire=7d | |
| repo_gpgcheck=0 | |
| type=rpm | |
| gpgcheck=1 | |
| gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch | |
| skip_if_unavailable=False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ================== | |
| WARNING: DATA RACE | |
| Write at 0x00c000342668 by goroutine 25: | |
| k8s.io/test-infra/prow/apis/prowjobs/v1.TestDecorationDefaulting.func7() | |
| /home/alvaro/git/work/test-infra/prow/apis/prowjobs/v1/types_test.go:109 +0x7b | |
| k8s.io/test-infra/prow/apis/prowjobs/v1.TestDecorationDefaulting.func12() | |
| /home/alvaro/git/work/test-infra/prow/apis/prowjobs/v1/types_test.go:188 +0x72 | |
| testing.tRunner() | |
| /usr/local/go/src/testing/testing.go:909 +0x199 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| fatal error: concurrent map writes | |
| goroutine 370 [running]: | |
| runtime.throw(0x1ad9b91, 0x15) | |
| GOROOT/src/runtime/panic.go:774 +0x72 fp=0xc00061edf0 sp=0xc00061edc0 pc=0x42f302 | |
| runtime.mapassign_faststr(0x180ed40, 0xc066f2b7d0, 0xc0432201ca, 0x3, 0x20) | |
| GOROOT/src/runtime/map_faststr.go:291 +0x3fe fp=0xc00061ee58 sp=0xc00061edf0 pc=0x41340e | |
| k8s.io/test-infra/prow/apis/prowjobs/v1.(*GCSConfiguration).ApplyDefault(0xc00e8a5730, 0xc00e8a5730, 0x1b82480) | |
| prow/apis/prowjobs/v1/types.go:561 +0x206 fp=0xc00061ef18 sp=0xc00061ee58 pc=0x13c23b6 | |
| k8s.io/test-infra/prow/apis/prowjobs/v1.(*DecorationConfig).ApplyDefault(0xc01f077830, 0xc01f077830, 0x1ac1831) |
NewerOlder