diff --git a/.github/workflows/gerrit-comment-handler.yml b/.github/workflows/gerrit-comment-handler.yml index 1eeeddba3184..6662e8395d39 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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..44369b665b43 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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..79a50f929378 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 e96b961b76b7..d8bd18468de4 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 d23c4bf88a80..629bf605829f 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 56cbc09ab468..659ac66cd64b 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 0ac5eb9e8a7c..a89bac2e1422 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 5c37aba40563..6d4ce9bcce82 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 c5defc344102..225bb4357492 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 6563ab2c88fe..244bdd5351a6 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 2897e4c5e6e1..918200e58a25 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 ca607f5032e6..e4e61a8dc855 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 66c49379815a..1d5d05a447d4 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a timeout-minutes: 90 with: WORKSPACE: ${{ env.WORKSPACE }} diff --git a/.github/workflows/vpp-verify-hst.yml b/.github/workflows/vpp-verify-hst.yml index ffa74dd903ec..a0e1394e2098 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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 9e372a6b396b..444dd31f4f38 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a 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@33e4bce4afcc0298071dd5932c4a8057d44c197a timeout-minutes: 90 with: LOG_DIR: ${{ env.LOG_DIR }}