This commit is contained in:
@@ -47,7 +47,9 @@ func TestGetPendingGates(t *testing.T) {
|
|||||||
pending := manager.GetPendingGates()
|
pending := manager.GetPendingGates()
|
||||||
assert.Equal(t, 1, len(pending))
|
assert.Equal(t, 1, len(pending))
|
||||||
if len(pending) > 0 {
|
if len(pending) > 0 {
|
||||||
assert.Equal(t, gate2.ID, pending[0].ID)
|
// Don't rely on map iteration order - just check it's the unapproved gate
|
||||||
|
assert.Equal(t, StatusPending, pending[0].Decision.Status)
|
||||||
|
assert.Equal(t, gate2.ID, pending[0].ID) // gate2 is the only pending one
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -9,6 +9,6 @@ metadata:
|
|||||||
app.kubernetes.io/name: poimen
|
app.kubernetes.io/name: poimen
|
||||||
app.kubernetes.io/component: orchestrator
|
app.kubernetes.io/component: orchestrator
|
||||||
data:
|
data:
|
||||||
GIT_COMMIT: "e82600c1" # Updated automatically by CI/CD
|
GIT_COMMIT: "b37319a9" # Updated automatically by CI/CD
|
||||||
GIT_BRANCH: "main"
|
GIT_BRANCH: "main"
|
||||||
DEPLOYMENT_DATE: "2026-09-03"
|
DEPLOYMENT_DATE: "2026-09-03"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
app: poimen-worker
|
app: poimen-worker
|
||||||
annotations:
|
annotations:
|
||||||
git-commit: "e82600c1" # ✅ Updated on each push, triggers rolling restart
|
git-commit: "b37319a9" # ✅ Updated on each push, triggers rolling restart
|
||||||
deployment-date: "2026-09-03"
|
deployment-date: "2026-09-03"
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
|||||||
Reference in New Issue
Block a user