Skip to content

chore: e2e test ns

chore: e2e test ns #1

Workflow file for this run

name: version
on:
push:
branches:
- main
permissions:
packages: write
contents: write
issues: write
pull-requests: write
jobs:
validate:
uses: unbounded-tech/workflows-crossplane/.github/workflows/validate.yaml@v0.8.0
with:
examples: |
[
"examples/irsas/example.yaml",
"examples/irsas/example-minimal.yaml"
]
api_path: apis/irsas
error_on_missing_schemas: true
test:
uses: unbounded-tech/workflows-crossplane/.github/workflows/test.yaml@v0.8.0
e2e:
uses: unbounded-tech/workflows-crossplane/.github/workflows/e2e-aws.yaml@v0.8.0
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
version-and-tag:
name: Version and Tag
needs:
- validate
- test
- e2e
uses: unbounded-tech/workflow-vnext-tag/.github/workflows/workflow.yaml@v1.19.1
secrets:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
with:
useDeployKey: true
yqPatches: |
patches:
- filePath: .gitops/deploy/values.yaml
selector: .version
valuePrefix: "v"
- filePath: .gitops/deploy/Chart.yaml
selector: .version
valuePrefix: ""