You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This appears to be due to recent changes to CI causing there to be more than 30 checks in the result, causing some to be omitted from the api query. As a result we cannot find the build / Build check for PR #10973:
brandond@dev01:~/go/src/github.com/k3s-io/k3s$ curl -s -H 'Authorization: Bearer gho_XXX' https://api.github.com/repos/k3s-io/k3s/commits/d39ab65ca69ab7b7c6ea3825e1257e7812e57168/check-runs | jq '.check_runs[] | .name'"codecov/project/pkg""Docker Tests (upgrade)""Docker Tests In GO (upgrade)""Docker Tests (lazypull)""Docker Tests In GO (skew)""E2E Tests (wasm)""Docker Tests In GO (lazypull)""E2E Tests (embeddedmirror)""Docker Tests In GO (etcd)""E2E Tests (privateregistry)""Docker Tests In GO (cacerts)""E2E Tests (externalip)""Docker Tests (compat)""Docker Tests In GO (bootstraptoken)""E2E Tests (btrfs)""Docker Tests (cacerts)""E2E Tests (s3)""Docker Tests (bootstraptoken)""Docker Tests In GO (basics)""Docker Tests (basics)""E2E Tests (startup)""E2E Tests (autoimport)""Integration Tests (flannelnone)""Integration Tests (secretsencryption)""Integration Tests (longhorn)""Integration Tests (kubeflags)""Integration Tests (etcdsnapshot)""Integration Tests (custometcdargs)""Integration Tests (startup)""Integration Tests (localstorage)"
Instead of listing all checks and then filtering them by name with jq, we should ask the server to filter them for us via the check_name query parameter.
The text was updated successfully, but these errors were encountered:
This appears to be due to recent changes to CI causing there to be more than 30 checks in the result, causing some to be omitted from the api query. As a result we cannot find the
build / Build
check for PR #10973:Instead of listing all checks and then filtering them by name with
jq
, we should ask the server to filter them for us via thecheck_name
query parameter.The text was updated successfully, but these errors were encountered: