diff --git a/.github/workflows/gerrit-comment-handler.yml b/.github/workflows/gerrit-comment-handler.yml index e09ca92a1067..0543e3ebf7a0 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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/gerrit-merge.yml b/.github/workflows/gerrit-merge.yml index 77e0e0583adf..2a1a95eb5c53 100644 --- a/.github/workflows/gerrit-merge.yml +++ b/.github/workflows/gerrit-merge.yml @@ -138,7 +138,7 @@ jobs: id: checkout-vpp continue-on-error: true # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} diff --git a/.github/workflows/gerrit-verify.yml b/.github/workflows/gerrit-verify.yml index 676a676f2f53..99b0f833c4c4 100644 --- a/.github/workflows/gerrit-verify.yml +++ b/.github/workflows/gerrit-verify.yml @@ -215,7 +215,7 @@ jobs: id: checkout-vpp continue-on-error: true # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 aa4031426fa3..324978823155 100644 --- a/.github/workflows/periodic-vpp-verify-cov.yml +++ b/.github/workflows/periodic-vpp-verify-cov.yml @@ -100,7 +100,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -108,7 +108,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -116,7 +116,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -124,7 +124,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 59bfa46edd17..7ab0ab33a252 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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 12c5e38c0ef3..894ac3f9d474 100644 --- a/.github/workflows/periodic-vpp-verify-hst.yml +++ b/.github/workflows/periodic-vpp-verify-hst.yml @@ -106,7 +106,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -114,7 +114,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -122,7 +122,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -132,14 +132,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0 + uses: fdio/vpp/.github/actions/vpp-hst-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 6f61da74a462..13fac1198513 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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 2918aa1d0e06..fd5aa9be1792 100644 --- a/.github/workflows/vpp-merge-docs.yml +++ b/.github/workflows/vpp-merge-docs.yml @@ -176,7 +176,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 aa97b5e1fa42..a7f5dd4f0ab3 100644 --- a/.github/workflows/vpp-merge-maketest.yml +++ b/.github/workflows/vpp-merge-maketest.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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -255,7 +255,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -264,7 +264,7 @@ jobs: - name: VPP Make Test # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-make-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0 + uses: fdio/vpp/.github/actions/vpp-make-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3 timeout-minutes: 120 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 9a9d4e950306..8ede20b2f5b0 100644 --- a/.github/workflows/vpp-verify-arm-drivers.yml +++ b/.github/workflows/vpp-verify-arm-drivers.yml @@ -160,7 +160,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -168,14 +168,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 274dc9254025..c746597c5560 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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 b05114402ad8..7cfcc9b65b43 100644 --- a/.github/workflows/vpp-verify-docs.yml +++ b/.github/workflows/vpp-verify-docs.yml @@ -159,7 +159,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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 48fb7631a64d..c13e8d389464 100644 --- a/.github/workflows/vpp-verify-gcc.yml +++ b/.github/workflows/vpp-verify-gcc.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@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -194,21 +194,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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@d0577011fb512d79e6914b6f1f11e2be4c09bc1e + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} MAKE_PARALLEL_JOBS: ${{ env.MAKE_PARALLEL_JOBS }} @@ -218,7 +218,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} SHM_SIZE: ${{ env.SHM_SIZE }} @@ -226,7 +226,7 @@ jobs: - name: VPP Make Test with GCC/GCOV # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-make-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0 + uses: fdio/vpp/.github/actions/vpp-make-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3 timeout-minutes: 120 with: WORKSPACE: ${{ env.WORKSPACE }} diff --git a/.github/workflows/vpp-verify-hst.yml b/.github/workflows/vpp-verify-hst.yml index 722309fb7c5a..9c79b23def20 100644 --- a/.github/workflows/vpp-verify-hst.yml +++ b/.github/workflows/vpp-verify-hst.yml @@ -164,7 +164,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -174,7 +174,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -182,7 +182,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -190,7 +190,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -200,14 +200,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0 + uses: fdio/vpp/.github/actions/vpp-hst-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3 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 a3d2bd480c29..aa9262099375 100644 --- a/.github/workflows/vpp-verify-maketest.yml +++ b/.github/workflows/vpp-verify-maketest.yml @@ -179,7 +179,7 @@ jobs: - name: Checkout VPP Gerrit Change # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@27fc2aa27f57c8f7055e8f1b6e5a9f41b0315873 + uses: fdio/vpp/.github/actions/vpp-checkout-gerrit-change@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: WORKSPACE: ${{ env.WORKSPACE }} GERRIT_BRANCH: ${{ env.GERRIT_BRANCH }} @@ -188,7 +188,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -196,7 +196,7 @@ jobs: - name: Install VPP external dependencies # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-install-ext-deps@d0577011fb512d79e6914b6f1f11e2be4c09bc1e + uses: fdio/vpp/.github/actions/vpp-install-ext-deps@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -204,7 +204,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -214,7 +214,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@f1396ffb623d0a03f8942b7262a18a591ded6cf3 with: LOG_DIR: ${{ env.LOG_DIR }} WORKSPACE: ${{ env.WORKSPACE }} @@ -223,7 +223,7 @@ jobs: - name: VPP Make Test # yamllint disable-line rule:line-length - uses: fdio/vpp/.github/actions/vpp-make-test@aafbd5109fbd323b3ec3292ec3acad8f5eb48fe0 + uses: fdio/vpp/.github/actions/vpp-make-test@f1396ffb623d0a03f8942b7262a18a591ded6cf3 timeout-minutes: 120 with: LOG_DIR: ${{ env.LOG_DIR }}