diff --git a/.github/workflows/gerrit-comment-handler.yml b/.github/workflows/gerrit-comment-handler.yml index 1eeeddba3184..aad76090b5d8 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..476fe6ecd6e8 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..e61aeed859d4 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..85cbcd2219b1 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..e2c657df2eaa 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..48660a2e3f26 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..a52f511972bb 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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 606a29c9aee4..fc55294bdc0b 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..22a87d00b382 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..642958c2aa74 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..7c7fb7aecfdb 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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 1d7bdaaf2cf0..1cde17e2c657 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..5bd9c90ad77b 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..b13f1185b39a 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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..cf12531d35e0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 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@2bce064994ac2a2c4b5869e0c90078042e312ce0 timeout-minutes: 90 with: LOG_DIR: ${{ env.LOG_DIR }}