Skip to content

Commit cc108b5

Browse files
authored
Fix DBQnA image build (#1165)
Signed-off-by: chensuyue <[email protected]>
1 parent f70d9c3 commit cc108b5

31 files changed

+31
-30
lines changed

.github/workflows/push-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- "**.py"
1111
- "**Dockerfile*"
12+
- "**docker_image_build/build.yaml"
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.ref }}-on-push

AudioQnA/tests/test_compose_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ function validate_megaservice() {
100100
#
101101
# sed -i "s/localhost/$ip_address/g" playwright.config.ts
102102
#
103-
## conda install -c conda-forge nodejs -y
103+
## conda install -c conda-forge nodejs=22.6.0 -y
104104
# npm install && npm ci && npx playwright install --with-deps
105105
# node -v && npm -v && pip list
106106
#

AudioQnA/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ function validate_megaservice() {
9090
#
9191
# sed -i "s/localhost/$ip_address/g" playwright.config.ts
9292
#
93-
## conda install -c conda-forge nodejs -y
93+
## conda install -c conda-forge nodejs=22.6.0 -y
9494
# npm install && npm ci && npx playwright install --with-deps
9595
# node -v && npm -v && pip list
9696
#

ChatQnA/tests/test_compose_guardrails_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ function validate_frontend() {
164164

165165
sed -i "s/localhost/$ip_address/g" playwright.config.ts
166166

167-
conda install -c conda-forge nodejs -y
167+
conda install -c conda-forge nodejs=22.6.0 -y
168168
npm install && npm ci && npx playwright install --with-deps
169169
node -v && npm -v && pip list
170170

ChatQnA/tests/test_compose_on_rocm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ function validate_frontend() {
215215

216216
sed -i "s/localhost/$ip_address/g" playwright.config.ts
217217

218-
conda install -c conda-forge nodejs -y
218+
conda install -c conda-forge nodejs=22.6.0 -y
219219
npm install && npm ci && npx playwright install --with-deps
220220
node -v && npm -v && pip list
221221

ChatQnA/tests/test_compose_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function validate_frontend() {
188188

189189
sed -i "s/localhost/$ip_address/g" playwright.config.ts
190190

191-
conda install -c conda-forge nodejs -y
191+
conda install -c conda-forge nodejs=22.6.0 -y
192192
npm install && npm ci && npx playwright install --with-deps
193193
node -v && npm -v && pip list
194194

ChatQnA/tests/test_compose_pinecone_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function validate_frontend() {
182182

183183
sed -i "s/localhost/$ip_address/g" playwright.config.ts
184184

185-
conda install -c conda-forge nodejs -y
185+
conda install -c conda-forge nodejs=22.6.0 -y
186186
npm install && npm ci && npx playwright install --with-deps
187187
node -v && npm -v && pip list
188188

ChatQnA/tests/test_compose_vllm_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function validate_frontend() {
141141

142142
sed -i "s/localhost/$ip_address/g" playwright.config.ts
143143

144-
conda install -c conda-forge nodejs -y
144+
conda install -c conda-forge nodejs=22.6.0 -y
145145
npm install && npm ci && npx playwright install --with-deps
146146
node -v && npm -v && pip list
147147

ChatQnA/tests/test_compose_vllm_on_xeon.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ function validate_frontend() {
143143

144144
sed -i "s/localhost/$ip_address/g" playwright.config.ts
145145

146-
conda install -c conda-forge nodejs -y
146+
conda install -c conda-forge nodejs=22.6.0 -y
147147
npm install && npm ci && npx playwright install --with-deps
148148
node -v && npm -v && pip list
149149

ChatQnA/tests/test_compose_without_rerank_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ function validate_frontend() {
176176

177177
sed -i "s/localhost/$ip_address/g" playwright.config.ts
178178

179-
conda install -c conda-forge nodejs -y
179+
conda install -c conda-forge nodejs=22.6.0 -y
180180
npm install && npm ci && npx playwright install --with-deps
181181
node -v && npm -v && pip list
182182

0 commit comments

Comments
 (0)