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

luca.boccassi at gmail.com luca.boccassi at gmail.com
Fri Nov 18 00:08:47 CET 2022


Hi,

FYI, your patch has been queued to stable release 20.11.7

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/19/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/072fc824a9b8577fc03e4cea10cbdb8de6207998

Thanks.

Luca Boccassi

---
>From 072fc824a9b8577fc03e4cea10cbdb8de6207998 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 fa79f05955..3ce691a0bd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -57,7 +57,7 @@ jobs:
 
     steps:
     - name: Checkout sources
-      uses: actions/checkout at v2
+      uses: actions/checkout at v3
     - name: Generate cache keys
       id: get_ref_keys
       run: |
@@ -68,7 +68,7 @@ jobs:
         echo -n '::set-output name=abi::'
         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
         key: ${{ steps.get_ref_keys.outputs.ccache }}-${{ github.ref }}
@@ -76,13 +76,13 @@ jobs:
           ${{ steps.get_ref_keys.outputs.ccache }}-refs/heads/main
     - name: Retrieve libabigail cache
       id: libabigail-cache
-      uses: actions/cache at v2
+      uses: actions/cache at v3
       if: env.ABI_CHECKS == 'true'
       with:
         path: libabigail
         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:
         path: reference
@@ -119,7 +119,7 @@ jobs:
       run: .ci/linux-build.sh
     - 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.*, '-') }}
         path: |
-- 
2.34.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-11-17 23:07:56.489206187 +0000
+++ 0023-ci-bump-versions-of-actions-in-GHA.patch	2022-11-17 23:07:55.532331268 +0000
@@ -1 +1 @@
-From 95da49a9eab3d8c97b7b1d8b047f8c895e3d5fce Mon Sep 17 00:00:00 2001
+From 072fc824a9b8577fc03e4cea10cbdb8de6207998 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 fa79f05955..3ce691a0bd 100644
@@ -23 +23 @@
-@@ -62,7 +62,7 @@ jobs:
+@@ -57,7 +57,7 @@ jobs:
@@ -32 +32 @@
-@@ -73,7 +73,7 @@ jobs:
+@@ -68,7 +68,7 @@ jobs:
@@ -41 +41 @@
-@@ -81,13 +81,13 @@ jobs:
+@@ -76,13 +76,13 @@ jobs:
@@ -57 +57 @@
-@@ -134,7 +134,7 @@ jobs:
+@@ -119,7 +119,7 @@ jobs:
@@ -65,45 +64,0 @@
-         path: |
-@@ -161,7 +161,7 @@ jobs:
-         echo 'image-${{ matrix.config.image }}-'$(date -u +%Y-%m-%d)
-     - name: Retrieve image cache
-       id: image_cache
--      uses: actions/cache at v2
-+      uses: actions/cache at v3
-       with:
-         path: ~/.image
-         key: ${{ steps.get_keys.outputs.image }}
-@@ -207,7 +207,7 @@ jobs:
- 
-     steps:
-     - name: Checkout sources
--      uses: actions/checkout at v2
-+      uses: actions/checkout at v3
-     - name: Generate various keys
-       id: get_keys
-       run: |
-@@ -219,7 +219,7 @@ jobs:
-         echo 'meson-logs-${{ join(matrix.config.*, '-') }}' | tr -d ':'
-     - name: Retrieve image cache
-       id: image_cache
--      uses: actions/cache at v2
-+      uses: actions/cache at v3
-       with:
-         path: ~/.image
-         key: ${{ steps.get_keys.outputs.image }}
-@@ -229,7 +229,7 @@ jobs:
-         echo 'Image ${{ matrix.config.image }} is not cached.'
-         false
-     - name: Retrieve ccache cache
--      uses: actions/cache at v2
-+      uses: actions/cache at v3
-       with:
-         path: ~/.ccache
-         key: ${{ steps.get_keys.outputs.ccache }}-${{ github.ref }}
-@@ -266,7 +266,7 @@ jobs:
-       run: docker kill dpdk
-     - 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