Skip to content

Commit

Permalink
UPDATED CICD yaml file for CML with AWS run
Browse files Browse the repository at this point in the history
  • Loading branch information
shivpalSW committed Jul 25, 2023
1 parent ddc0863 commit 5a02300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
cml-runner \
cml runner launch \
--cloud aws \
--cloud-region us-west \
--cloud-type=m \
--labels=cml-runner
--cloud-type m \
--labels cml-runner
model-training:
needs: deploy-runner
Expand All @@ -83,7 +83,7 @@ jobs:
echo "# REPORTS" >> report.md
echo "## metrics" >> report.md
cat scores.json >> report.md
cml comment create report.md # >> CML COMMAND USE TO COMMENT ON LAST COMMIT
cml comment create --pr report.md # >> CML COMMAND USE TO COMMENT ON LAST COMMIT

0 comments on commit 5a02300

Please sign in to comment.