You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.github,test: Upload container logs during e2e runs as artifacts (#2432)
* test/e2e: Update operators v1 API package import name
Update the operatorsv1 API package import from v1 -> operatorsv1.
Signed-off-by: timflannagan <[email protected]>
* .github,test/e2e: Specify a base testing artifacts directory
Update the $JUNIT_DIRECTORY environment varaible that's used throughout
the e2e testing suite to the more generalized $ARTIFACTS_DIRECTORY which
can be used as the base directory for various testing artifacts.
Junit reports are now created implicitly whenever the
$ARTIFACTS_DIRECTORY has been specified/non-empty.
Signed-off-by: timflannagan <[email protected]>
* test/e2e: Collect container logs in the kind provisioner before deprovisioning
Update the kind provisioner and collect container logs (and various
other testing artifacts) before deprovisioning the kind cluster that
tests were running.
Signed-off-by: timflannagan <[email protected]>
Copy file name to clipboardexpand all lines: test/e2e/ctx/provisioner_kind.go
+7
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ import (
22
22
23
23
var (
24
24
images=flag.String("kind.images", "", "comma-separated list of image archives to load on cluster nodes, relative to the test binary or test package path")
0 commit comments