mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-01 23:39:48 +00:00
[Engine-1.21] Secrets-encryption rotation (#4656)
* Backport secrets encrypt rotation * Backport integration fixes for custom etcd args Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
9
.github/workflows/integration.yaml
vendored
9
.github/workflows/integration.yaml
vendored
@@ -45,15 +45,8 @@ jobs:
|
||||
- name: Run Integration Tests
|
||||
run: |
|
||||
chmod +x ./dist/artifacts/k3s
|
||||
go test -coverpkg=./... -coverprofile=coverage.out ./pkg/... -run Integration
|
||||
go tool cover -func coverage.out
|
||||
go test ./pkg/... ./tests/integration/... -run Integration
|
||||
- name: On Failure, Launch Debug Session
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
timeout-minutes: 5
|
||||
- name: Upload Results To Codecov
|
||||
uses: codecov/codecov-action@v1
|
||||
with:
|
||||
files: ./coverage.out
|
||||
flags: inttests # optional
|
||||
verbose: true # optional (default = false)
|
||||
|
||||
Reference in New Issue
Block a user