On 1/31/24 14:27, Ilya Maximets wrote: > On 1/31/24 13:13, Ilya Maximets wrote: >> On 1/30/24 15:18, Ilya Maximets wrote: >>> On 1/30/24 13:07, Ilya Maximets wrote: >>>> checkout@v3, cache@v3, setup-python@v4 and setup-go@v3 are using >>>> outdated Node.js 16 which is now deprecated in GHA [1], so these >>>> actions may stop working soon. >>>> >>>> Updating to most recent major versions with Node.js 20. This stops >>>> GHA from throwing warnings in every build. >>>> >>>> [1] >>>> https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ >>>> >>>> While at it also updating upload-artifact and download-artifact to >>>> the latest versions. >>>> >>>> Removing versions from the upload-artifact comment, since the >>>> behavior doesn't seem to change much between versions. >>>> >>>> New setup-go@v5 attempts to cache dependencies by default. However, >>>> the default path it uses is go.sum in the root directory. This >>>> triggers a warning, since the file doesn't exist: >>>> >>>> Restore cache failed: Dependencies file is not found in >>>> /home/runner/work/ovn-kubernetes/ovn-kubernetes. >>>> Supported file pattern: go.sum >>>> >>>> Specify a path to all .sum files we have in the repository to make >>>> the setup-go happy. This should in theory make the builds a touch >>>> faster. This change is in line with recent changes in ovn-kubernetes >>>> itself. >>>> >>>> Signed-off-by: Ilya Maximets <[email protected]> >>>> --- >>>> .github/workflows/containers.yml | 2 +- >>>> .../workflows/ovn-fake-multinode-tests.yml | 26 +++++++------- >>>> .github/workflows/ovn-kubernetes.yml | 19 +++++----- >>>> .github/workflows/test.yml | 36 +++++++++---------- >>>> 4 files changed, 42 insertions(+), 41 deletions(-) >>> >>> Recheck-request: github-robot >> >> Recheck-request: github-robot > > Let's try specific re-checks. The global one doesn't actually re-check the > workflow that I wanted to re-check. > > Recheck-request: github-robot-_Build_and_Test
And the other one that failed after 2 successful re-runs. :) Recheck-request: github-robot-_ovn-kubernetes _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
