@@ -112,7 +112,7 @@ jobs:
112112
113113 - name : Checkout VPP Gerrit Change
114114 # yamllint disable-line rule:line-length
115- uses : fdio/vpp/.github/actions/vpp-checkout-gerrit-change@3cadd680be3814d9737a341c0b563f3441157a7c
115+ uses : fdio/vpp/.github/actions/vpp-checkout-gerrit-change@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
116116 with :
117117 WORKSPACE : ${{ env.WORKSPACE }}
118118 GERRIT_BRANCH : ${{ env.GERRIT_BRANCH }}
@@ -121,21 +121,21 @@ jobs:
121121
122122 - name : Install VPP dependencies
123123 # yamllint disable-line rule:line-length
124- uses : fdio/vpp/.github/actions/vpp-install-deps@f9e0f384d665800c8e580da853e26558dd6d2668
124+ uses : fdio/vpp/.github/actions/vpp-install-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
125125 with :
126126 WORKSPACE : ${{ env.WORKSPACE }}
127127 TUI_LINE : ${{ env.TUI_LINE }}
128128
129129 - name : Install VPP external dependencies
130130 # yamllint disable-line rule:line-length
131- uses : fdio/vpp/.github/actions/vpp-install-ext-deps@f9e0f384d665800c8e580da853e26558dd6d2668
131+ uses : fdio/vpp/.github/actions/vpp-install-ext-deps@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
132132 with :
133133 WORKSPACE : ${{ env.WORKSPACE }}
134134 TUI_LINE : ${{ env.TUI_LINE }}
135135
136136 - name : Build VPP with GCC/GCOV
137137 # yamllint disable-line rule:line-length
138- uses : fdio/vpp/.github/actions/vpp-build@f9e0f384d665800c8e580da853e26558dd6d2668
138+ uses : fdio/vpp/.github/actions/vpp-build@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
139139 with :
140140 WORKSPACE : ${{ env.WORKSPACE }}
141141 MAKE_PARALLEL_JOBS : ${{ env.MAKE_PARALLEL_JOBS }}
@@ -145,15 +145,15 @@ jobs:
145145
146146 - name : Setup Docker VPP Runtime Environment for 'make test'
147147 # yamllint disable-line rule:line-length
148- uses : fdio/vpp/.github/actions/vpp-docker-runtime-setup@f9e0f384d665800c8e580da853e26558dd6d2668
148+ uses : fdio/vpp/.github/actions/vpp-docker-runtime-setup@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
149149 with :
150150 WORKSPACE : ${{ env.WORKSPACE }}
151151 SHM_SIZE : ${{ env.SHM_SIZE }}
152152 TUI_LINE : ${{ env.TUI_LINE }}
153153
154154 - name : VPP Make Test with GCC/GCOV
155155 # yamllint disable-line rule:line-length
156- uses : fdio/vpp/.github/actions/vpp-make-test@f9e0f384d665800c8e580da853e26558dd6d2668
156+ uses : fdio/vpp/.github/actions/vpp-make-test@d4bcdd62e88fe7bb2797b176bb30c84c3cba3d9b
157157 timeout-minutes : 90
158158 with :
159159 WORKSPACE : ${{ env.WORKSPACE }}
0 commit comments