File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
cleanup : " rm -rf .terraform && rm -rf .terraform.lock.hcl"
74
74
max_retry : 6
75
75
76
- - name : Deploy LangChain service via terraform
76
+ - name : Deploy service via terraform
77
77
working-directory : terraform/python/ec2/adot-genai
78
78
run : |
79
79
terraform apply -auto-approve \
87
87
echo "INSTANCE_IP=$(terraform output langchain_service_public_ip)" >> $GITHUB_ENV
88
88
echo "INSTANCE_ID=$(terraform output langchain_service_instance_id)" >> $GITHUB_ENV
89
89
90
- - name : Wait for Langchain service to be ready
90
+ - name : Wait for Gen AI Chatbot service to be ready
91
91
run : |
92
92
echo "Waiting for service to be ready at http://${{ env.INSTANCE_IP }}:8000"
93
93
for i in {1..60}; do
@@ -142,7 +142,7 @@ jobs:
142
142
- name : Wait for metrics to be published
143
143
if : (success() || failure()) && !cancelled()
144
144
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"
146
146
sleep 60
147
147
148
148
- name : Validate generated metrics
You can’t perform that action at this time.
0 commit comments