diff --git a/.github/workflows/gerrit-comment-handler.yml b/.github/workflows/gerrit-comment-handler.yml index c4939480edc3..071c342ffae0 100644 --- a/.github/workflows/gerrit-comment-handler.yml +++ b/.github/workflows/gerrit-comment-handler.yml @@ -141,7 +141,7 @@ jobs: steps: - name: Gerrit Checkout VPP # 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..0270145ede7e 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..87b75febd89d 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..d2b7ccc177ef 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..b81e3f138d25 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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 81f8e8f4abc9..06d0a6d92064 100644 --- a/.github/workflows/periodic-vpp-verify-hst.yml +++ b/.github/workflows/periodic-vpp-verify-hst.yml @@ -108,7 +108,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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -116,7 +116,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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -124,7 +124,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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -134,14 +134,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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..1aff81948b9e 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..1e31f9596546 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..7fa98a490ccc 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..3c9c81535570 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..f8acfbe28857 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..f0d90f2aee8c 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..3eab1dbc789b 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..e367cf770ac8 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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..a48011aa436c 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 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@c69c7ea17129dde1f49abfac3defb7d4021cfa09 timeout-minutes: 90 with: LOG_DIR: ${{ env.LOG_DIR }}