Skip to content

Commit 365139a

Browse files
committed
test
1 parent a8ba54d commit 365139a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-ec2-genai-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
cleanup: "rm -rf .terraform && rm -rf .terraform.lock.hcl"
7474
max_retry: 6
7575

76-
- name: Deploy LangChain service via terraform
76+
- name: Deploy service via terraform
7777
working-directory: terraform/python/ec2/adot-genai
7878
run: |
7979
terraform apply -auto-approve \
@@ -87,7 +87,7 @@ jobs:
8787
echo "INSTANCE_IP=$(terraform output langchain_service_public_ip)" >> $GITHUB_ENV
8888
echo "INSTANCE_ID=$(terraform output langchain_service_instance_id)" >> $GITHUB_ENV
8989
90-
- name: Wait for Langchain service to be ready
90+
- name: Wait for Gen AI Chatbot service to be ready
9191
run: |
9292
echo "Waiting for service to be ready at http://${{ env.INSTANCE_IP }}:8000"
9393
for i in {1..60}; do
@@ -142,7 +142,7 @@ jobs:
142142
- name: Wait for metrics to be published
143143
if: (success() || failure()) && !cancelled()
144144
run: |
145-
echo "Waiting 60 seconds for EMF metrics to be published to CloudWatch"
145+
echo "Waiting 60 seconds to ensure EMF metrics are published to CloudWatch"
146146
sleep 60
147147
148148
- name: Validate generated metrics

0 commit comments

Comments
 (0)