mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 00:59:22 +00:00
Migrate E2E SecretsEncryption to Docker test
Remove secrets encryption E2E from Drone Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
6
.github/workflows/e2e.yaml
vendored
6
.github/workflows/e2e.yaml
vendored
@@ -160,11 +160,13 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
dtest: [autoimport, basics, bootstraptoken, cacerts, etcd, hardened, lazypull, skew, snapshotrestore, token, upgrade]
|
||||
dtest: [autoimport, basics, bootstraptoken, cacerts, etcd, hardened, lazypull, skew, secretsencryption, snapshotrestore, token, upgrade]
|
||||
arch: [amd64, arm64]
|
||||
exclude:
|
||||
- dtest: autoimport
|
||||
arch: arm64
|
||||
- dtest: secretsencryption
|
||||
arch: arm64
|
||||
- dtest: snapshotrestore
|
||||
arch: arm64
|
||||
runs-on: ${{ matrix.arch == 'arm64' && 'ubuntu-24.04-arm' || 'ubuntu-latest' }}
|
||||
@@ -207,7 +209,7 @@ jobs:
|
||||
cd ./tests/docker/${{ matrix.dtest }}
|
||||
|
||||
# These tests use rancher/systemd-node and have different flags.
|
||||
CI_TESTS="autoimport hardened snapshotrestore token"
|
||||
CI_TESTS="autoimport hardened secretsencryption snapshotrestore token"
|
||||
if [ ${{ matrix.dtest }} = "upgrade" ] || [ ${{ matrix.dtest }} = "skew" ]; then
|
||||
./${{ matrix.dtest }}.test -k3sImage=$K3S_IMAGE -channel=$CHANNEL
|
||||
elif [[ $CI_TESTS =~ ${{ matrix.dtest }} ]]; then
|
||||
|
||||
Reference in New Issue
Block a user