Linus Arver
Linus Arver
/remove-lifecycle stale
See https://docs.prow.k8s.io/docs/components/optional/gangway/
FWIW, I use rsync as part of a post-build script, like this: ``` dest='listx.github.io/' targ='_site/' rsync -ahP --no-whole-file --inplace --delete --exclude=.git $targ $dest cp -f .gitignore $dest ``` where `listx.github.io`...
Velodrome is still in the SVG.
Link to some of the races that were detected (thanks @pohly for the example): https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/test-infra/29906/pull-test-infra-unit-test/1672049228827856896/build-log.txt. We can start by fixing these first.
We now have https://testgrid.k8s.io/presubmits-test-infra#unit-test-race-detector-nonblocking&width=20 to look at. So far it looks like the prow/external-plugins/cherrypicker TestCherryPickOfCherryPickPRV2 test is failing, but I'm not sure how to fix it. I don't think there's...
Yeah I'm now thinking that one way to fix this would be to modify the test jobs so that we exclude certain tests from being run together with the race...