Federico Di Pierro

Results 943 comments of Federico Di Pierro

/remove-lifecycle stale

Note: all the jobs have always been instead triggered correctly during normal weekly kernel-crawler CI. This time, instead, as we added new driver version (therefore copy/pasting an existing driver version...

I might have found a good candidate; note the difference between the presubmit and postsubmit Prow documentation about `run_if_changed`: **Pre:** ``` Presubmit jobs apply run_if_changed and skip_if_only_changed filters based on...

So, github http api does limit list of files changed to 3000: https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#list-pull-requests-files This is the method used to fetch pull request changes; therefore i'd expect them to be cut...

I now get why it is working on presubmits! Our presubmits jobs are not arch dependent; therefore we are effectively mostly triggering on aarch64 configs, BUT we trigger presubmit jobs...