File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111
1212jobs :
1313 lint :
14+ name : Quality Gates (Lint + Secrets)
1415 runs-on : ubuntu-latest
1516 steps :
1617 - name : Checkout repository
4344 run : gitleaks git --redact --verbose
4445
4546 build :
47+ name : Build Binaries (${{ matrix.arch }})
4648 runs-on : ubuntu-latest
4749 needs : lint
4850 strategy :
7072 run : go build ./cmd/agent/...
7173
7274 test :
75+ name : Unit and Integration Tests
7376 runs-on : ubuntu-latest
7477 needs : lint
7578 steps :
97100 files : coverage.out
98101
99102 e2e :
103+ name : E2E (Talos)
100104 if : vars.E2E_RUNNER_LABEL != ''
101105 runs-on : ${{ vars.E2E_RUNNER_LABEL }}
102106 needs : test
@@ -118,7 +122,7 @@ jobs:
118122 run : talosctl cluster destroy --name imp-e2e
119123
120124 e2e-kind :
121- name : E2E (Kind)
125+ name : E2E Smoke (Kind)
122126 runs-on : ubuntu-latest
123127 needs : [lint, build]
124128 steps :
You can’t perform that action at this time.
0 commit comments