Commit 65930c0
committed
Introduce check job for make test
This commit introduces a new Github Workflow named "Unit Tests". This
workflow is responsible for running unit tests triggered by (make
tests).
This commit also addresses the following error that was encountered when
one ran make test locally or in a job:
---
unable to fetch hash for requested version: unable fetch metadata for
kubebuilder-tools-1.30.0-linux-amd64.tar.gz -- got status "401
Unauthorized" from GCS
---
The fixes bumps up the test dependencies (ENVTEST_VERSION release-0.18
-> release-0.22). The previous vrsion was trying to pull the the test
dependencies from GCS server that has been deprecated as part of 0.19
[1].
[1] kubernetes-sigs/controller-runtime#29151 parent 48b5142 commit 65930c0
2 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
0 commit comments