Skip to content

Commit 14936f5

Browse files
mergify[bot]pchila
andauthored
Set correct org and team tags to integration tests resources (#4954) (#4956)
(cherry picked from commit ce6da4e) Co-authored-by: Paolo Chilà <paolo.chila@elastic.co>
1 parent fce6ac7 commit 14936f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkg/testing/ess/statful_provisioner.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (p *statefulProvisioner) Create(ctx context.Context, request runner.StackRe
7575
deploymentTags := map[string]string{
7676
"division": "engineering",
7777
"org": "ingest",
78-
"team": "elastic-agent",
78+
"team": "elastic-agent-control-plane",
7979
"project": "elastic-agent",
8080
"integration-tests": "true",
8181
}

pkg/testing/ogc/provisioner.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ func osBatchToOGC(cacheDir string, batch runner.OSBatch) Layout {
310310
Tags: tags,
311311
Labels: map[string]string{
312312
"division": "engineering",
313-
"org": "platform",
314-
"team": "ingest",
313+
"org": "ingest",
314+
"team": "elastic-agent-control-plane",
315315
"project": "elastic-agent",
316316
},
317317
Scripts: "path", // not used; but required by OGC

0 commit comments

Comments
 (0)