@@ -22,12 +22,11 @@ import models.io.upbound.dev.meta.v1alpha1 as metav1alpha1
2222# Run: make e2e
2323# Run without cleanup: up test run tests/e2etest-gitops --e2e --skip-control-plane-cleanup
2424# ==============================================================================
25-
2625_github_creds = file.read("secrets/github-creds" )
2726_base64 _github_creds = base64 .encode(_github_creds)
2827
2928_now = str (int (math.floor(datetime.ticks())))
30- _test_name = "e2e-gitops-" + _now
29+ _test_name = "e2e-gitops-stack " + _now
3130
3231_items = [
3332 metav1 alpha1 .E2 ETest {
@@ -37,10 +36,11 @@ _items = [
3736 autoUpgrade.channel = "Rapid"
3837 }
3938 defaultConditions = ["Ready" ]
40- timeoutSeconds = 1800 # 30 minutes - Helm chart install + GitHub repo creation
41- cleanupTimeoutSeconds = 600 # 10 minutes
39+ # 30 minutes - Helm chart install + GitHub repo creation
40+ timeoutSeconds = 1800
41+ # 10 minutes
42+ cleanupTimeoutSeconds = 600
4243 skipDelete = False
43-
4444 # ==============================================================
4545 # extraResources: RBAC, ProviderConfigs, GitHub credentials
4646 # These are NOT deleted during cleanup
@@ -126,7 +126,6 @@ _items = [
126126 }
127127 }
128128 ]
129-
130129 # ==============================================================
131130 # manifests: GitopsStack XR
132131 # Deleted during cleanup (unless --skip-delete)
0 commit comments