Skip to content

Commit dfc2aee

Browse files
committed
chore: test/repo name
1 parent 2ccb7d9 commit dfc2aee

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

tests/e2etest-gitops/main.k

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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
metav1alpha1.E2ETest {
@@ -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

Comments
 (0)