Itxaka
0b68d90081
Bump ghw and fix label ( #17 )
...
* Bump ghw and fix label
old label was the new FilesystemLabel. Now the label refers to the
partition label which is different
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* bump deps
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* Rework ginkgo
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* docker login
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* [Will drop]Allow building kcrypt from branches
Otherwise any changes that need both wont pass tests.
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* Dont build the iso 5 times
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* This confirms Im dumb and dont know how to program
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* debug logs
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* debug
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* 🤖 run in github CI
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* Debug
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* debug
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
* Add /tmp/oem to scan dirs for config
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
---------
Signed-off-by: Itxaka <itxaka.garcia@spectrocloud.com >
2023-05-10 00:24:58 +02:00
Dimitris Karakasilis
8d0fb0148d
export KUBECONFIG so that it's set when running commands in go tests
...
Error:
```
[FAILED] Error from server (NotFound): namespaces "actions-runner-system" not found
```
coming from: /runner/_work/kcrypt-challenger/kcrypt-challenger/tests/encryption_test.go:157
is suspicious. That namespace shouldn't exist in the test k3d cluster,
no idea why it was looked up. I suspect the env for the following
command somehow pointed to the "outer" cluster:
```
cmd := exec.Command("kubectl", "get", "secrets", ...)
```
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2023-02-17 15:53:02 +02:00
Dimitris Karakasilis
887d67907b
Avoid the host cluster CIDR to let DNS work in k3d
...
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2023-02-17 11:52:14 +02:00
Dimitris Karakasilis
1e3efb57cc
Split scenarios in different GA jobs
...
to parallelise better and allow re-running just the failed tests
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2023-02-15 09:58:16 +02:00
Dimitris Karakasilis
266c4f20e9
Handle unexpected VM exit better and use a core image with working DNS
...
Also print serial output when something goes wrong
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2023-02-14 10:09:46 +02:00
Dimitris Karakasilis
e9433d2ba7
Move challenger server inside the cluster and serve with TLS
...
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2023-02-09 11:48:59 +02:00
Dimitris Karakasilis
7dc1e39ac7
Implement an e2e test suite for kcrypt encryption
...
Scenarios based on docs: https://kairos.io/docs/advanced/partition_encryption/
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me >
2023-02-02 11:48:44 +02:00