Skip to content

Commit

Permalink
Feature: support batch-id labeling for blue-green strategy
Browse files Browse the repository at this point in the history
Signed-off-by: AiRanthem <zhongtianyun.zty@alibaba-inc.com>
  • Loading branch information
AiRanthem committed Feb 13, 2025
1 parent 16608cc commit 340dc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/rollout_v1beta1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2259,7 +2259,7 @@ var _ = SIGDescribe("Rollout v1beta1", func() {
Expect(string(cond.Status)).Should(Equal(string(metav1.ConditionFalse)))
})

FIt("bluegreen scale up and down", func() {
It("bluegreen scale up and down", func() {
By("Creating Rollout...")
rollout := &v1beta1.Rollout{}
Expect(ReadYamlToObject("./test_data/rollout/rollout_v1beta1_bluegreen_base.yaml", rollout)).ToNot(HaveOccurred())
Expand Down

0 comments on commit 340dc76

Please sign in to comment.