Skip to content

Commit 6402ba8

Browse files
committed
update workflow
1 parent bac8e2d commit 6402ba8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/01F_Deployment_ArgoCD_And_Promote_debug.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -139,20 +139,7 @@ jobs:
139139
curl -fsSL https://get.docker.com -o get-docker.sh
140140
sudo sh get-docker.sh
141141
142-
# AWS
143-
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
144-
# unzip awscliv2.zip
145-
# sudo ./aws/install
146142
147-
# Helm
148-
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3
149-
chmod 700 get_helm.sh
150-
./get_helm.sh
151-
152-
# ArgoCD
153-
curl -sSL -o argocd-linux-amd64 https://github.com/argoproj/argo-cd/releases/latest/download/argocd-linux-amd64
154-
sudo install -m 555 argocd-linux-amd64 /usr/local/bin/argocd
155-
# rm argocd-linux-amd64
156143
157144
# node for cml comment
158145
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
@@ -183,16 +170,13 @@ jobs:
183170
184171
echo "Hi this is a test comment 1" >> report.md
185172
186-
cml comment create report.md
187173
188174
- name: Model 2 - Run test and promote if >90% success
189175
working-directory: emlo4-session-18-ajithvcoder-canary-argocd-kserve
190176
continue-on-error: true
191177
run: |
192178
echo "Hi this is a test comment 2" >> report.md
193179
194-
cml comment create report.md
195-
196180
cp report.md ../
197181
198182
- name: CML Comment

0 commit comments

Comments
 (0)