Skip to content

Commit 7ddb27f

Browse files
chensuyuealexsin368
authored andcommitted
Build comps-base:ci for AgentQnA test (opea-project#2010)
Signed-off-by: chensuyue <suyue.chen@intel.com> Signed-off-by: alexsin368 <alex.sin@intel.com>
1 parent e70e51c commit 7ddb27f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pr-docker-compose-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
- "**.py"
1616
- "**/docker_compose/**"
1717
- "**/docker_image_build/**"
18-
- "**/tests/test_compose**"
18+
- "**/tests/**"
1919
- "**/ui/**"
2020
- "!**.md"
2121
- "!**.txt"

AgentQnA/tests/step1_build_images.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ function get_genai_comps() {
1313
if [ ! -d "GenAIComps" ] ; then
1414
git clone --depth 1 --branch ${opea_branch:-"main"} https://github.com/opea-project/GenAIComps.git
1515
fi
16+
pushd GenAIComps
17+
echo "GenAIComps test commit is $(git rev-parse HEAD)"
18+
docker build --no-cache -t ${REGISTRY}/comps-base:${TAG} --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f Dockerfile .
19+
popd && sleep 1s
1620
}
1721

1822
function build_docker_images_for_retrieval_tool(){

0 commit comments

Comments
 (0)