mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
* Convert the following Docker test from Bash to Go
- basics
- bootstraptoken
- cacerts
- compat -> skew
- etcd
- lazypull
- upgrade
Signed-off-by: Derek Nola <derek.nola@suse.com>
* Add Docker go tests to GHA
* Prebuild K3s Go Tests
* Strip go test binaries to reduce size
* Handle complex branch options
Signed-off-by: Derek Nola <derek.nola@suse.com>
* Implement basic golang tests on arm and arm64 pipelines
Signed-off-by: Derek Nola <derek.nola@suse.com>
10 lines
No EOL
226 B
YAML
10 lines
No EOL
226 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: stargz-snapshot-test
|
|
spec:
|
|
containers:
|
|
- name: stargz-snapshot-test
|
|
image: "ghcr.io/stargz-containers/k3s-test-ubuntu:20.04-esgz"
|
|
command: ["sleep"]
|
|
args: ["infinity"] |