Skip to content

Commit f49544d

Browse files
authored
Set flex 2 dedicated nightly tag to run after merge (#2537)
1 parent d634491 commit f49544d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests-e2e2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
E2E2_LABELS: ${{ env.e2e2_labels }}
7575
USE_JSON: true
7676
SKIP_PREFIXES: "[\"nightly\"]"
77-
NIGHTLY_MATRIX: "[\"nightly-core\",\"nightly-integration\"]"
77+
NIGHTLY_MATRIX: "[\"nightly-core\",\"nightly-integration\",\"nightly-flex2dedicated\"]"
7878
run: |
7979
# Nightly runs all tests, overriding PR labels as '["test/e2e2/*"]'
8080
if [ "${{ github.ref }}" == "refs/heads/main" ];then

test/e2e2/flex_to_dedicated_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
//go:embed flex2dedicated/*
4141
var flex2dedicated embed.FS
4242

43-
var _ = Describe("Flex to Dedicated Upgrade", Ordered, Label("flex-to-dedicated"), func() {
43+
var _ = Describe("Flex to Dedicated Upgrade", Ordered, Label("nightly-flex2dedicated", "flex-to-dedicated"), func() {
4444
var ctx context.Context
4545
var kubeClient client.Client
4646
var ako operator.Operator

0 commit comments

Comments
 (0)