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
Copy file name to clipboardExpand all lines: tasks/test.toml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,18 @@ run = "e2e/rust/e2e-podman.sh"
94
94
description = "Run Rust CLI e2e tests against an OpenShell gateway deployed on Kubernetes via Helm (set OPENSHELL_E2E_KUBE_CONTEXT to reuse a cluster; otherwise creates a local k3d cluster when k3d is installed; set OPENSHELL_E2E_KUBE_TEST=<name> to scope to one test)"
95
95
run = "e2e/rust/e2e-kubernetes.sh"
96
96
97
+
["e2e:kubernetes:v1alpha1"]
98
+
description = "Run Kubernetes e2e against Agent Sandbox v1alpha1"
99
+
env = { AGENT_SANDBOX_VERSION = "v0.4.6" }
100
+
run = "e2e/rust/e2e-kubernetes.sh"
101
+
102
+
["e2e:kubernetes:agent-sandbox-versions"]
103
+
description = "Run Kubernetes e2e against Agent Sandbox v1beta1 and v1alpha1"
0 commit comments