-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues]…
-
## Device you want to apply for
```
Redmi Note 8 - Ginkgo
```
## Email address
```
Miraclev1@proton.me
```
## Device tree sources
```
https://github.com/Miracleprjkt/device_xiaomi_gink…
-
While building a package for Arch Linux, I found that enabling all CUDA architectures (`-DGINKGO_CUDA_ARCHITECTURES="All"`) leads to this error on the final link:
```
FAILED: lib/libginkgo_cuda.so…
-
Similar to Cluster API we should start using Ginkgo labels (https://github.com/kubernetes-sigs/cluster-api/issues/9620).
This should make it easier to label our tests correctly.
E.g. with the …
-
Appearing since JN.1
-
### Failures in GH Actions
There are several failures in recent e2e tests run by GitHub Actions.
https://github.com/kubestellar/kubestellar/actions/runs/11558128440
https://github.com/kubestellar/k…
-
Ginkgo is getting in the way of properly testing our code more and more. There's big advantages to using the Go native testing (with an assertion helper like [require](https://pkg.go.dev/github.com/st…
-
Its not possible at the moment to set the `--container-runtime-endpoint` and always defaults to `unix:///run/containerd/containerd.sock` which becomes a problem while trying to test with `crio`
I …
-
**Why we need this change**:
* Filtering tests via `--label-filter` is more readable and easier to review.
* `--label-filter` can specify an allow-list of features supported by a job. When add…
-
- [ ] machine test should run in parallel
- [ ] bindings should run in parallel
- [ ] do not use os.Exit() as error handling, let ginkgo handle errors so it can provide useful output
- [ ] add test…