Skip to content

Commit

Permalink
Set correct org and team tags to integration tests resources (#4954)
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila authored Jun 19, 2024
1 parent 33598b6 commit ce6da4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/testing/ess/statful_provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (p *statefulProvisioner) Create(ctx context.Context, request runner.StackRe
deploymentTags := map[string]string{
"division": "engineering",
"org": "ingest",
"team": "elastic-agent",
"team": "elastic-agent-control-plane",
"project": "elastic-agent",
"integration-tests": "true",
}
Expand Down
4 changes: 2 additions & 2 deletions pkg/testing/ogc/provisioner.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ func osBatchToOGC(cacheDir string, batch runner.OSBatch) Layout {
Tags: tags,
Labels: map[string]string{
"division": "engineering",
"org": "platform",
"team": "ingest",
"org": "ingest",
"team": "elastic-agent-control-plane",
"project": "elastic-agent",
},
Scripts: "path", // not used; but required by OGC
Expand Down

0 comments on commit ce6da4e

Please sign in to comment.