diff --git a/.github/workflows/push-image-build.yml b/.github/workflows/push-image-build.yml index 54419febc..8661f3cd8 100644 --- a/.github/workflows/push-image-build.yml +++ b/.github/workflows/push-image-build.yml @@ -9,6 +9,7 @@ on: paths: - "**.py" - "**Dockerfile*" + - "**docker_image_build/build.yaml" concurrency: group: ${{ github.workflow }}-${{ github.ref }}-on-push diff --git a/AudioQnA/tests/test_compose_on_gaudi.sh b/AudioQnA/tests/test_compose_on_gaudi.sh index e626b2671..a11631d6d 100644 --- a/AudioQnA/tests/test_compose_on_gaudi.sh +++ b/AudioQnA/tests/test_compose_on_gaudi.sh @@ -100,7 +100,7 @@ function validate_megaservice() { # # sed -i "s/localhost/$ip_address/g" playwright.config.ts # -## conda install -c conda-forge nodejs -y +## conda install -c conda-forge nodejs=22.6.0 -y # npm install && npm ci && npx playwright install --with-deps # node -v && npm -v && pip list # diff --git a/AudioQnA/tests/test_compose_on_xeon.sh b/AudioQnA/tests/test_compose_on_xeon.sh index 926a51a33..d6a6c99b3 100644 --- a/AudioQnA/tests/test_compose_on_xeon.sh +++ b/AudioQnA/tests/test_compose_on_xeon.sh @@ -90,7 +90,7 @@ function validate_megaservice() { # # sed -i "s/localhost/$ip_address/g" playwright.config.ts # -## conda install -c conda-forge nodejs -y +## conda install -c conda-forge nodejs=22.6.0 -y # npm install && npm ci && npx playwright install --with-deps # node -v && npm -v && pip list # diff --git a/ChatQnA/tests/test_compose_guardrails_on_gaudi.sh b/ChatQnA/tests/test_compose_guardrails_on_gaudi.sh index c186d6434..56f1cfdfd 100644 --- a/ChatQnA/tests/test_compose_guardrails_on_gaudi.sh +++ b/ChatQnA/tests/test_compose_guardrails_on_gaudi.sh @@ -164,7 +164,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ChatQnA/tests/test_compose_on_rocm.sh b/ChatQnA/tests/test_compose_on_rocm.sh index 6518578e6..907513434 100644 --- a/ChatQnA/tests/test_compose_on_rocm.sh +++ b/ChatQnA/tests/test_compose_on_rocm.sh @@ -215,7 +215,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ChatQnA/tests/test_compose_on_xeon.sh b/ChatQnA/tests/test_compose_on_xeon.sh index 3535159b3..189816cac 100644 --- a/ChatQnA/tests/test_compose_on_xeon.sh +++ b/ChatQnA/tests/test_compose_on_xeon.sh @@ -188,7 +188,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ChatQnA/tests/test_compose_pinecone_on_xeon.sh b/ChatQnA/tests/test_compose_pinecone_on_xeon.sh index a95b90c16..63147e4eb 100755 --- a/ChatQnA/tests/test_compose_pinecone_on_xeon.sh +++ b/ChatQnA/tests/test_compose_pinecone_on_xeon.sh @@ -182,7 +182,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ChatQnA/tests/test_compose_vllm_on_gaudi.sh b/ChatQnA/tests/test_compose_vllm_on_gaudi.sh index f261c519a..3b1efa854 100644 --- a/ChatQnA/tests/test_compose_vllm_on_gaudi.sh +++ b/ChatQnA/tests/test_compose_vllm_on_gaudi.sh @@ -141,7 +141,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ChatQnA/tests/test_compose_vllm_on_xeon.sh b/ChatQnA/tests/test_compose_vllm_on_xeon.sh index f53fd3aea..72f0dd465 100644 --- a/ChatQnA/tests/test_compose_vllm_on_xeon.sh +++ b/ChatQnA/tests/test_compose_vllm_on_xeon.sh @@ -143,7 +143,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ChatQnA/tests/test_compose_without_rerank_on_gaudi.sh b/ChatQnA/tests/test_compose_without_rerank_on_gaudi.sh index f06a189ef..1f2f94eba 100644 --- a/ChatQnA/tests/test_compose_without_rerank_on_gaudi.sh +++ b/ChatQnA/tests/test_compose_without_rerank_on_gaudi.sh @@ -176,7 +176,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ChatQnA/tests/test_compose_without_rerank_on_xeon.sh b/ChatQnA/tests/test_compose_without_rerank_on_xeon.sh index 89b492261..3caefed8a 100644 --- a/ChatQnA/tests/test_compose_without_rerank_on_xeon.sh +++ b/ChatQnA/tests/test_compose_without_rerank_on_xeon.sh @@ -177,7 +177,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/CodeGen/tests/test_compose_on_gaudi.sh b/CodeGen/tests/test_compose_on_gaudi.sh index f90e0aaa4..bd0e36688 100644 --- a/CodeGen/tests/test_compose_on_gaudi.sh +++ b/CodeGen/tests/test_compose_on_gaudi.sh @@ -122,7 +122,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/CodeGen/tests/test_compose_on_rocm.sh b/CodeGen/tests/test_compose_on_rocm.sh index f1182f8db..5cee02f52 100644 --- a/CodeGen/tests/test_compose_on_rocm.sh +++ b/CodeGen/tests/test_compose_on_rocm.sh @@ -128,7 +128,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/CodeGen/tests/test_compose_on_xeon.sh b/CodeGen/tests/test_compose_on_xeon.sh index b184c00f3..637cc00f5 100644 --- a/CodeGen/tests/test_compose_on_xeon.sh +++ b/CodeGen/tests/test_compose_on_xeon.sh @@ -123,7 +123,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/CodeTrans/tests/test_compose_on_gaudi.sh b/CodeTrans/tests/test_compose_on_gaudi.sh index c6e8b8c9b..5625e2276 100644 --- a/CodeTrans/tests/test_compose_on_gaudi.sh +++ b/CodeTrans/tests/test_compose_on_gaudi.sh @@ -138,7 +138,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/CodeTrans/tests/test_compose_on_rocm.sh b/CodeTrans/tests/test_compose_on_rocm.sh index 541990881..14ed64a7e 100644 --- a/CodeTrans/tests/test_compose_on_rocm.sh +++ b/CodeTrans/tests/test_compose_on_rocm.sh @@ -141,7 +141,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/CodeTrans/tests/test_compose_on_xeon.sh b/CodeTrans/tests/test_compose_on_xeon.sh index 63fe74f05..ea3985422 100644 --- a/CodeTrans/tests/test_compose_on_xeon.sh +++ b/CodeTrans/tests/test_compose_on_xeon.sh @@ -138,7 +138,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/DBQnA/tests/test_compose_on_xeon.sh b/DBQnA/tests/test_compose_on_xeon.sh index 4b825ea73..9d6bf079e 100755 --- a/DBQnA/tests/test_compose_on_xeon.sh +++ b/DBQnA/tests/test_compose_on_xeon.sh @@ -94,7 +94,7 @@ function validate_frontend() { source activate ${conda_env_name} echo "[ TEST INFO ]: --------- conda env activated ---------" - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci node -v && npm -v && pip list diff --git a/DBQnA/ui/react/package.json b/DBQnA/ui/react/package.json index ba4ef88c9..7dba95ce8 100644 --- a/DBQnA/ui/react/package.json +++ b/DBQnA/ui/react/package.json @@ -14,7 +14,7 @@ "axios": "^1.7.7", "react": "^18.3.1", "react-dom": "^18.3.1", - "typescript": "^4.9.5", + "typescript": "^5.0.0", "web-vitals": "^2.1.4" }, "scripts": { diff --git a/DocSum/tests/test_compose_on_rocm.sh b/DocSum/tests/test_compose_on_rocm.sh index 00d509d1c..92ed9cfe1 100644 --- a/DocSum/tests/test_compose_on_rocm.sh +++ b/DocSum/tests/test_compose_on_rocm.sh @@ -152,7 +152,7 @@ function validate_megaservice() { # # sed -i "s/localhost/$ip_address/g" playwright.config.ts # -# conda install -c conda-forge nodejs -y +# conda install -c conda-forge nodejs=22.6.0 -y # npm install && npm ci && npx playwright install --with-deps # node -v && npm -v && pip list # diff --git a/FaqGen/tests/test_compose_on_gaudi.sh b/FaqGen/tests/test_compose_on_gaudi.sh index dc12dfde8..00e5c52f6 100644 --- a/FaqGen/tests/test_compose_on_gaudi.sh +++ b/FaqGen/tests/test_compose_on_gaudi.sh @@ -141,7 +141,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/FaqGen/tests/test_compose_on_rocm.sh b/FaqGen/tests/test_compose_on_rocm.sh index 1b61f023d..3f5841732 100644 --- a/FaqGen/tests/test_compose_on_rocm.sh +++ b/FaqGen/tests/test_compose_on_rocm.sh @@ -148,7 +148,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/FaqGen/tests/test_compose_on_xeon.sh b/FaqGen/tests/test_compose_on_xeon.sh index 3dbde6828..4e0e938c0 100755 --- a/FaqGen/tests/test_compose_on_xeon.sh +++ b/FaqGen/tests/test_compose_on_xeon.sh @@ -141,7 +141,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/GraphRAG/tests/test_compose_on_gaudi.sh b/GraphRAG/tests/test_compose_on_gaudi.sh index 410723a7b..df14dee2c 100755 --- a/GraphRAG/tests/test_compose_on_gaudi.sh +++ b/GraphRAG/tests/test_compose_on_gaudi.sh @@ -165,7 +165,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/ProductivitySuite/tests/test_compose_on_xeon.sh b/ProductivitySuite/tests/test_compose_on_xeon.sh index 11a45f734..e0e2453c7 100755 --- a/ProductivitySuite/tests/test_compose_on_xeon.sh +++ b/ProductivitySuite/tests/test_compose_on_xeon.sh @@ -346,7 +346,7 @@ function validate_frontend() { source activate ${conda_env_name} echo "[ TEST INFO ]: --------- conda env activated ---------" -# conda install -c conda-forge nodejs -y +# conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci node -v && npm -v && pip list diff --git a/SearchQnA/tests/test_compose_on_gaudi.sh b/SearchQnA/tests/test_compose_on_gaudi.sh index 21363fd9b..123c983db 100644 --- a/SearchQnA/tests/test_compose_on_gaudi.sh +++ b/SearchQnA/tests/test_compose_on_gaudi.sh @@ -104,7 +104,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/SearchQnA/tests/test_compose_on_xeon.sh b/SearchQnA/tests/test_compose_on_xeon.sh index 6c73833ac..b407c9ba2 100644 --- a/SearchQnA/tests/test_compose_on_xeon.sh +++ b/SearchQnA/tests/test_compose_on_xeon.sh @@ -100,7 +100,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/Translation/tests/test_compose_on_gaudi.sh b/Translation/tests/test_compose_on_gaudi.sh index 54baac68d..e9483740c 100644 --- a/Translation/tests/test_compose_on_gaudi.sh +++ b/Translation/tests/test_compose_on_gaudi.sh @@ -137,7 +137,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/Translation/tests/test_compose_on_xeon.sh b/Translation/tests/test_compose_on_xeon.sh index b7fc6acb3..bfefd88dd 100644 --- a/Translation/tests/test_compose_on_xeon.sh +++ b/Translation/tests/test_compose_on_xeon.sh @@ -138,7 +138,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/VisualQnA/tests/test_compose_on_gaudi.sh b/VisualQnA/tests/test_compose_on_gaudi.sh index 15f9fe7f2..893678125 100644 --- a/VisualQnA/tests/test_compose_on_gaudi.sh +++ b/VisualQnA/tests/test_compose_on_gaudi.sh @@ -167,7 +167,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list diff --git a/VisualQnA/tests/test_compose_on_xeon.sh b/VisualQnA/tests/test_compose_on_xeon.sh index 4d9c19483..2aefea28a 100644 --- a/VisualQnA/tests/test_compose_on_xeon.sh +++ b/VisualQnA/tests/test_compose_on_xeon.sh @@ -167,7 +167,7 @@ function validate_frontend() { sed -i "s/localhost/$ip_address/g" playwright.config.ts - conda install -c conda-forge nodejs -y + conda install -c conda-forge nodejs=22.6.0 -y npm install && npm ci && npx playwright install --with-deps node -v && npm -v && pip list