Skip to content

Commit

Permalink
docs: Add CI/CD example for building Argo Workflows. Closes #8591
Browse files Browse the repository at this point in the history
This commit introduces a detailed example for implementing CI/CD pipelines to build Argo Workflows using Argo Workflows:

- **CI**: Includes steps for initializing builds via webhook, building the CLI, using Buildkit for image builds, running tests, collecting coverage reports, deploying to a cluster, and executing basic E2E tests.
- **CD**: Covers tagging, updating manifests with kustomize, committing updates, and initiating an Argo CD sync.
- **Pipeline**: Integrates CI and CD jobs with an approval step.

Signed-off-by: Wesley Scholl <[email protected]>
  • Loading branch information
wesleyscholl committed Nov 7, 2024
1 parent f470fda commit 9752d58
Showing 1 changed file with 878 additions and 0 deletions.
Loading

0 comments on commit 9752d58

Please sign in to comment.