Skip to content

Commit 9ffdd8a

Browse files
committed
update workflow
1 parent ea3488b commit 9ffdd8a

7 files changed

+10
-12
lines changed

.github/workflows/01B_Deployment_ArgoCD_And_Promote.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -742,15 +742,13 @@ jobs:
742742
743743
ls emlo4-session-18-ajithvcoder-canary-argocd-kserve -la
744744
745-
echo "Veg Fruits" >> report.md
745+
echo "Veg Fruits - Response time graph" >> report.md
746746
747-
img_url=$(cml publish emlo4-session-18-ajithvcoder-canary-argocd-kserve/response_times_vegfruits.png)
748-
echo "![VegFruits Results]($img_url)" >> report.md
747+
echo "![VegFruits Results](emlo4-session-18-ajithvcoder-canary-argocd-kserve/response_times_vegfruits.png)" >> report.md
749748
750-
echo "Sports" >> report.md
749+
echo "Sports - Response time graph" >> report.md
751750
752-
img_url=$(cml publish response_times_sports.png)
753-
echo "![Sports Results]($img_url)" >> report.md
751+
echo "![Sports Results](emlo4-session-18-ajithvcoder-canary-argocd-kserve/response_times_sports.png)" >> report.md
754752
755753
cml comment create report.md
756754

.github/workflows/Debug_01E_Deployment_PR_Push_Image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deployment 01E - PR - Build Image
1+
name: Z Debug - Deployment 01E - PR - Build Image
22

33
on:
44
workflow_call:

.github/workflows/Debug_01E_Deployment_PR_Train_And_Store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debug - Deployment 01E - PR - Train and Store
1+
name: Z Debug - Deployment 01E - PR - Train and Store
22

33
on:
44
workflow_call:

.github/workflows/01F_Deployment_ArgoCD_And_Promote_debug.yaml renamed to .github/workflows/Debug_01F_Deployment_ArgoCD_And_Promote_debug.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deployment 01F - Main - Argo CD Deploy and Promote
1+
name: Z Debug Deployment 01F - Main - Argo CD Deploy and Promote
22

33
# on:
44
# workflow_call:

.github/workflows/Debug_01_ec2_pipeline_latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Debug - Project 01 - Kubernetes Deployment
1+
name: Z Debug - Project 01 - Kubernetes Deployment
22

33

44
# When to run this workflow

.github/workflows/ec2_pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: E2E-CI-CD-Build-DataCollect-Train-Test-Report-Deploy
1+
name: Z Debug - E2E-CI-CD-Build-DataCollect-Train-Test-Report-Deploy
22
on:
33
workflow_dispatch:
44
jobs:

.github/workflows/uv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: install-uv
1+
name: Z Debug - install-uv
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)