patch 'ci: bump versions of actions in GHA' has been queued to stable release 21.11.3

Kevin Traynor ktraynor at redhat.com
Wed Nov 23 19:03:39 CET 2022


Hi,

FYI, your patch has been queued to stable release 21.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 11/28/22. So please
shout if anyone has objections.

Also note that after the patch there's a diff of the upstream commit vs the
patch applied to the branch. This will indicate if there was any rebasing
needed to apply to the stable branch. If there were code changes for rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable

This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/852ba6cf8429c21ba088e9306fe3913b746bc498

Thanks.

Kevin

---
>From 852ba6cf8429c21ba088e9306fe3913b746bc498 Mon Sep 17 00:00:00 2001
From: David Marchand <david.marchand at redhat.com>
Date: Wed, 12 Oct 2022 18:29:41 +0200
Subject: [PATCH] ci: bump versions of actions in GHA

[ upstream commit 95da49a9eab3d8c97b7b1d8b047f8c895e3d5fce ]

GitHub started deprecating GHA actions based on Node 12 [1].
For now, only warnings are raised, but we might as well switch to v3
versions of the common actions, now.

1: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

Signed-off-by: David Marchand <david.marchand at redhat.com>
---
 .github/workflows/build.yml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2e9c4be6d0..a715a7d455 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,5 +74,5 @@ jobs:
     steps:
     - name: Checkout sources
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
     - name: Generate cache keys
       id: get_ref_keys
@@ -85,5 +85,5 @@ jobs:
         echo 'abi-${{ matrix.config.os }}-${{ matrix.config.compiler }}-${{ matrix.config.cross }}-${{ env.LIBABIGAIL_VERSION }}-${{ env.REF_GIT_TAG }}'
     - name: Retrieve ccache cache
-      uses: actions/cache at v2
+      uses: actions/cache at v3
       with:
         path: ~/.ccache
@@ -93,5 +93,5 @@ jobs:
     - name: Retrieve libabigail cache
       id: libabigail-cache
-      uses: actions/cache at v2
+      uses: actions/cache at v3
       if: env.ABI_CHECKS == 'true'
       with:
@@ -99,5 +99,5 @@ jobs:
         key: ${{ steps.get_ref_keys.outputs.libabigail }}
     - name: Retrieve ABI reference cache
-      uses: actions/cache at v2
+      uses: actions/cache at v3
       if: env.ABI_CHECKS == 'true'
       with:
@@ -142,5 +142,5 @@ jobs:
     - name: Upload logs on failure
       if: failure()
-      uses: actions/upload-artifact at v2
+      uses: actions/upload-artifact at v3
       with:
         name: meson-logs-${{ join(matrix.config.*, '-') }}
-- 
2.38.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-11-23 09:55:57.716620842 +0000
+++ 0026-ci-bump-versions-of-actions-in-GHA.patch	2022-11-23 09:55:57.066149299 +0000
@@ -1 +1 @@
-From 95da49a9eab3d8c97b7b1d8b047f8c895e3d5fce Mon Sep 17 00:00:00 2001
+From 852ba6cf8429c21ba088e9306fe3913b746bc498 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 95da49a9eab3d8c97b7b1d8b047f8c895e3d5fce ]
+
@@ -12,2 +13,0 @@
-Cc: stable at dpdk.org
-
@@ -16,2 +16,2 @@
- .github/workflows/build.yml | 20 ++++++++++----------
- 1 file changed, 10 insertions(+), 10 deletions(-)
+ .github/workflows/build.yml | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
@@ -20 +20 @@
-index a595c12354..e27a2642c8 100644
+index 2e9c4be6d0..a715a7d455 100644
@@ -23 +23 @@
-@@ -63,5 +63,5 @@ jobs:
+@@ -74,5 +74,5 @@ jobs:
@@ -30 +30 @@
-@@ -74,5 +74,5 @@ jobs:
+@@ -85,5 +85,5 @@ jobs:
@@ -37 +37 @@
-@@ -82,5 +82,5 @@ jobs:
+@@ -93,5 +93,5 @@ jobs:
@@ -44 +44 @@
-@@ -88,5 +88,5 @@ jobs:
+@@ -99,5 +99,5 @@ jobs:
@@ -51 +51 @@
-@@ -135,5 +135,5 @@ jobs:
+@@ -142,5 +142,5 @@ jobs:
@@ -58,35 +57,0 @@
-@@ -162,5 +162,5 @@ jobs:
-     - name: Retrieve image cache
-       id: image_cache
--      uses: actions/cache at v2
-+      uses: actions/cache at v3
-       with:
-         path: ~/.image
-@@ -208,5 +208,5 @@ jobs:
-     steps:
-     - name: Checkout sources
--      uses: actions/checkout at v2
-+      uses: actions/checkout at v3
-     - name: Generate various keys
-       id: get_keys
-@@ -220,5 +220,5 @@ jobs:
-     - name: Retrieve image cache
-       id: image_cache
--      uses: actions/cache at v2
-+      uses: actions/cache at v3
-       with:
-         path: ~/.image
-@@ -230,5 +230,5 @@ jobs:
-         false
-     - name: Retrieve ccache cache
--      uses: actions/cache at v2
-+      uses: actions/cache at v3
-       with:
-         path: ~/.ccache
-@@ -267,5 +267,5 @@ jobs:
-     - name: Upload logs on failure
-       if: failure()
--      uses: actions/upload-artifact at v2
-+      uses: actions/upload-artifact at v3
-       with:
-         name: ${{ steps.get_keys.outputs.logs }}



More information about the stable mailing list