Skip to content

Commit 60a666e

Browse files
change wf name
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent 02fc886 commit 60a666e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/e2e-test-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
rm -rf "$DOCKER_CONFIG"
128128
129129
e2e-replicated:
130-
name: E2E Release Pipeline (Replicated + NFS)
130+
name: E2E Release Pipeline (Replicated + Local + NFS)
131131
if: ${{ always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled') }}
132132
needs:
133133
- set-vars

test/e2e/release/current_release_smoke.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ var _ = Describe("CurrentReleaseSmoke", func() {
5252

5353
By("Creating root and hotplug virtual disks")
5454
Expect(f.CreateWithDeferredDeletion(context.Background(), test.diskObjects()...)).To(Succeed())
55-
util.UntilObjectPhase(string(v1alpha2.DiskReady), framework.LongTimeout, test.diskObjects()...)
5655

5756
By("Creating virtual machines")
5857
Expect(f.CreateWithDeferredDeletion(context.Background(), test.vmObjects()...)).To(Succeed())

0 commit comments

Comments
 (0)