Skip to content

Commit 8a47007

Browse files
author
wwanarif
committed
update workflow for e2e
Signed-off-by: wwanarif <[email protected]>
1 parent 162a5f9 commit 8a47007

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/_e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fi
5454
sleep 5
5555
sudo apt install ansible -y
56-
ansible-playbook genai-studio.yml -e "container_registry=${OPEA_IMAGE_REPO}opea" -e "container_tag=${{ inputs.tag }}"
56+
ansible-playbook genai-studio.yml -e "container_registry=${OPEA_IMAGE_REPO}opea" -e "container_tag=${{ inputs.tag }} -e "mysql_host=${OPEA_IMAGE_REPO%%:*}"
5757
sleep 5
5858
kubectl wait --for=condition=ready pod --all --namespace=studio --timeout=300s --field-selector=status.phase!=Succeeded
5959
kubectl wait --for=condition=ready pod --all --namespace=monitoring --timeout=300s --field-selector=status.phase!=Succeeded

setup-scripts/setup-genai-studio/internal-dns-config.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)