diff --git a/.github/workflows/gerrit-comment-handler.yml b/.github/workflows/gerrit-comment-handler.yml index 4b13fcbdb663..e6b79356ff86 100644 --- a/.github/workflows/gerrit-comment-handler.yml +++ b/.github/workflows/gerrit-comment-handler.yml @@ -159,7 +159,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/gerrit-merge.yml b/.github/workflows/gerrit-merge.yml index 8645da3cee55..b01d82b6c59f 100644 --- a/.github/workflows/gerrit-merge.yml +++ b/.github/workflows/gerrit-merge.yml @@ -135,7 +135,7 @@ jobs: id: checkout-vpp continue-on-error: true # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/gerrit-verify.yml b/.github/workflows/gerrit-verify.yml index 3dd7024d04a2..cb899a9be505 100644 --- a/.github/workflows/gerrit-verify.yml +++ b/.github/workflows/gerrit-verify.yml @@ -213,7 +213,7 @@ jobs: id: checkout-vpp continue-on-error: true # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/periodic-vpp-verify-cov.yml b/.github/workflows/periodic-vpp-verify-cov.yml index 901ee9535c6e..c9da71cc4800 100644 --- a/.github/workflows/periodic-vpp-verify-cov.yml +++ b/.github/workflows/periodic-vpp-verify-cov.yml @@ -97,7 +97,7 @@ jobs: - name: Install VPP dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -105,7 +105,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -113,7 +113,7 @@ jobs: - name: Setup Docker VPP Runtime Environment for 'make test' # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -121,7 +121,7 @@ jobs: TUI_LINE: ${{ env.TUI_LINE }} - name: Start Docker Daemon - uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668 + uses: fdio/vpp/.github/actions/vpp-start-docker@3ee648babf28293a6de85106d08d461573b541a5 with: START_DOCKER_SCRIPT: start-docker.sh TUI_LINE: ${{ env.TUI_LINE }} diff --git a/.github/workflows/periodic-vpp-verify-dpdk-rdma-ver.yml b/.github/workflows/periodic-vpp-verify-dpdk-rdma-ver.yml index 419423af793d..411b36bfc168 100644 --- a/.github/workflows/periodic-vpp-verify-dpdk-rdma-ver.yml +++ b/.github/workflows/periodic-vpp-verify-dpdk-rdma-ver.yml @@ -91,7 +91,7 @@ jobs: - name: Install VPP dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -99,7 +99,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} diff --git a/.github/workflows/periodic-vpp-verify-hst.yml b/.github/workflows/periodic-vpp-verify-hst.yml index 26290ca27c70..c8e887154fa8 100644 --- a/.github/workflows/periodic-vpp-verify-hst.yml +++ b/.github/workflows/periodic-vpp-verify-hst.yml @@ -112,7 +112,7 @@ jobs: - name: Install VPP dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -120,7 +120,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -128,7 +128,7 @@ jobs: - name: HST VPP Build # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83 + uses: fdio/vpp/.github/actions/vpp-build@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -138,14 +138,14 @@ jobs: TUI_LINE: ${{ env.TUI_LINE }} - name: Start Docker Daemon - uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668 + uses: fdio/vpp/.github/actions/vpp-start-docker@3ee648babf28293a6de85106d08d461573b541a5 with: START_DOCKER_SCRIPT: start-docker.sh TUI_LINE: ${{ env.TUI_LINE }} - name: HST Test VPP if: success() - uses: fdio/vpp/.github/actions/vpp-hst-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36 + uses: fdio/vpp/.github/actions/vpp-hst-test@3ee648babf28293a6de85106d08d461573b541a5 timeout-minutes: 90 with: LOG_DIR: ${{ env.LOG_DIR }} diff --git a/.github/workflows/vpp-csit-verify-api.yml b/.github/workflows/vpp-csit-verify-api.yml index 98658bf6724e..8d494c868e60 100644 --- a/.github/workflows/vpp-csit-verify-api.yml +++ b/.github/workflows/vpp-csit-verify-api.yml @@ -150,7 +150,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/vpp-merge-docs.yml b/.github/workflows/vpp-merge-docs.yml index 94de0a3353c6..d90b3c269f43 100644 --- a/.github/workflows/vpp-merge-docs.yml +++ b/.github/workflows/vpp-merge-docs.yml @@ -185,7 +185,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/vpp-merge-maketest.yml b/.github/workflows/vpp-merge-maketest.yml index 98bbda54de87..6a9a1a74efa7 100644 --- a/.github/workflows/vpp-merge-maketest.yml +++ b/.github/workflows/vpp-merge-maketest.yml @@ -194,7 +194,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -203,7 +203,7 @@ jobs: - name: Install VPP dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -211,7 +211,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -219,7 +219,7 @@ jobs: - name: Build VPP # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83 + uses: fdio/vpp/.github/actions/vpp-build@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -229,7 +229,7 @@ jobs: - name: Setup Docker VPP Runtime Environment for 'make test' # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -238,7 +238,7 @@ jobs: - name: VPP Make Test # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-make-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36 + uses: fdio/vpp/.github/actions/vpp-make-test@3ee648babf28293a6de85106d08d461573b541a5 timeout-minutes: 90 with: LOG_DIR: ${{ env.LOG_DIR }} diff --git a/.github/workflows/vpp-verify-arm-drivers.yml b/.github/workflows/vpp-verify-arm-drivers.yml index 1b5eb98f4b43..276ab500bade 100644 --- a/.github/workflows/vpp-verify-arm-drivers.yml +++ b/.github/workflows/vpp-verify-arm-drivers.yml @@ -170,7 +170,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -178,14 +178,14 @@ jobs: TUI_LINE: ${{ env.TUI_LINE }} - name: Install VPP dependencies - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} TUI_LINE: ${{ env.TUI_LINE }} - name: Install VPP external dependencies - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} diff --git a/.github/workflows/vpp-verify-checkstyle.yml b/.github/workflows/vpp-verify-checkstyle.yml index dc5b80d1905a..d15687c3f7b8 100644 --- a/.github/workflows/vpp-verify-checkstyle.yml +++ b/.github/workflows/vpp-verify-checkstyle.yml @@ -171,7 +171,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/vpp-verify-docs.yml b/.github/workflows/vpp-verify-docs.yml index 38c900967c21..b19d3d492bda 100644 --- a/.github/workflows/vpp-verify-docs.yml +++ b/.github/workflows/vpp-verify-docs.yml @@ -166,7 +166,7 @@ jobs: uses: fdio/.github/.github/actions/show-nomad-dockerfile@b728d1589228e2891a4241a1bba362d76895c225 - name: Checkout VPP Gerrit Change - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/vpp-verify-gcc.yml b/.github/workflows/vpp-verify-gcc.yml index 35d4c802a194..cd48dcc65fa1 100644 --- a/.github/workflows/vpp-verify-gcc.yml +++ b/.github/workflows/vpp-verify-gcc.yml @@ -193,7 +193,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -202,21 +202,21 @@ jobs: - name: Install VPP dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} TUI_LINE: ${{ env.TUI_LINE }} - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} TUI_LINE: ${{ env.TUI_LINE }} - name: Build VPP with GCC/GCOV # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83 + uses: fdio/vpp/.github/actions/vpp-build@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} MAKE_PARALLEL_JOBS: ${{ env.MAKE_PARALLEL_JOBS }} @@ -226,7 +226,7 @@ jobs: - name: Setup Docker VPP Runtime Environment for 'make test' # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} SHM_SIZE: ${{ env.SHM_SIZE }} @@ -234,7 +234,7 @@ jobs: - name: VPP Make Test with GCC/GCOV # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-make-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36 + uses: fdio/vpp/.github/actions/vpp-make-test@3ee648babf28293a6de85106d08d461573b541a5 timeout-minutes: 90 with: WORKSPACE: ${{ env.WORKSPACE }} diff --git a/.github/workflows/vpp-verify-hst.yml b/.github/workflows/vpp-verify-hst.yml index 4ae02ec83090..4097b0f865a0 100644 --- a/.github/workflows/vpp-verify-hst.yml +++ b/.github/workflows/vpp-verify-hst.yml @@ -173,7 +173,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -183,7 +183,7 @@ jobs: - name: Install VPP dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -191,7 +191,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -199,7 +199,7 @@ jobs: - name: HST VPP Build # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83 + uses: fdio/vpp/.github/actions/vpp-build@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -209,14 +209,14 @@ jobs: TUI_LINE: ${{ env.TUI_LINE }} - name: Start Docker Daemon - uses: fdio/vpp/.github/actions/vpp-start-docker@f9e0f384d665800c8e580da853e26558dd6d2668 + uses: fdio/vpp/.github/actions/vpp-start-docker@3ee648babf28293a6de85106d08d461573b541a5 with: START_DOCKER_SCRIPT: start-docker.sh TUI_LINE: ${{ env.TUI_LINE }} - name: HST Test VPP if: success() - uses: fdio/vpp/.github/actions/vpp-hst-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36 + uses: fdio/vpp/.github/actions/vpp-hst-test@3ee648babf28293a6de85106d08d461573b541a5 timeout-minutes: 90 with: LOG_DIR: ${{ env.LOG_DIR }} diff --git a/.github/workflows/vpp-verify-maketest.yml b/.github/workflows/vpp-verify-maketest.yml index dee1b51ab8b0..b96cdfe17704 100644 --- a/.github/workflows/vpp-verify-maketest.yml +++ b/.github/workflows/vpp-verify-maketest.yml @@ -187,7 +187,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3ee648babf28293a6de85106d08d461573b541a5 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -196,7 +196,7 @@ jobs: - name: Install VPP dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-deps@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-install-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -204,7 +204,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d4f0fac555e52087747b04f77a9a07bc8aaa3daa + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -212,7 +212,7 @@ jobs: - name: Build VPP # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-build@43b0339292476442bd7e2429e2ae1075918d8f83 + uses: fdio/vpp/.github/actions/vpp-build@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -222,7 +222,7 @@ jobs: - name: Setup Docker VPP Runtime Environment for 'make test' # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@777792ecef2d5c93ce15fa5b7fdca999f5412c9d + uses: fdio/vpp/.github/actions/vpp-docker-runtime-setup@3ee648babf28293a6de85106d08d461573b541a5 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -231,7 +231,7 @@ jobs: - name: VPP Make Test # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-make-test@7598c9acb6bc034ffbe25b7110230b3d243a9b36 + uses: fdio/vpp/.github/actions/vpp-make-test@3ee648babf28293a6de85106d08d461573b541a5 timeout-minutes: 90 with: LOG_DIR: ${{ env.LOG_DIR }}