Skip to content

Commit 0adf59b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[CODEOWNERS] Update processes to container-experiences (#2320)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent b4cabb3 commit 0adf59b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-12-12 15:24:01.062659",
8-
"spec_repo_commit": "222e1f81"
7+
"regenerated": "2024-12-13 14:31:40.550881",
8+
"spec_repo_commit": "ed3bb0a0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-12-12 15:24:01.081080",
13-
"spec_repo_commit": "222e1f81"
12+
"regenerated": "2024-12-13 14:31:40.568832",
13+
"spec_repo_commit": "ed3bb0a0"
1414
}
1515
}
1616
}

tests/v2/features/container_images.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ Feature: Container Images
1010
And an instance of "ContainerImages" API
1111
And new "ListContainerImages" request
1212

13-
@replay-only @team:DataDog/processes
13+
@replay-only @team:DataDog/container-experiences
1414
Scenario: Get all Container Image groups returns "OK" response
1515
Given request contains "group_by" parameter with value "short_image"
1616
When the request is sent
1717
Then the response status is 200 OK
1818
And the response "data[0].attributes.name" is equal to "test_name"
1919

20-
@generated @skip @team:DataDog/processes
20+
@generated @skip @team:DataDog/container-experiences
2121
Scenario: Get all Container Images returns "Bad Request" response
2222
When the request is sent
2323
Then the response status is 400 Bad Request
2424

25-
@replay-only @team:DataDog/processes
25+
@replay-only @team:DataDog/container-experiences
2626
Scenario: Get all Container Images returns "OK" response
2727
When the request is sent
2828
Then the response status is 200 OK
2929
And the response "data[0].attributes.name" is equal to "test_name"
3030

31-
@replay-only @skip-validation @team:DataDog/processes @with-pagination
31+
@replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
3232
Scenario: Get all Container Images returns "OK" response with pagination
3333
Given request contains "page[size]" parameter with value 2
3434
When the request with pagination is sent

tests/v2/features/containers.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ Feature: Containers
1010
And an instance of "Containers" API
1111
And new "ListContainers" request
1212

13-
@replay-only @team:DataDog/processes
13+
@replay-only @team:DataDog/container-experiences
1414
Scenario: Get All Container groups returns "OK" response
1515
Given request contains "group_by" parameter with value "short_image"
1616
When the request is sent
1717
Then the response status is 200 OK
1818
And the response "data[0].attributes.count" is equal to 123
1919

20-
@generated @skip @team:DataDog/processes
20+
@generated @skip @team:DataDog/container-experiences
2121
Scenario: Get All Containers returns "Bad Request" response
2222
When the request is sent
2323
Then the response status is 400 Bad Request
2424

25-
@replay-only @team:DataDog/processes
25+
@replay-only @team:DataDog/container-experiences
2626
Scenario: Get All Containers returns "OK" response
2727
When the request is sent
2828
Then the response status is 200 OK
2929
And the response "data[0].attributes.name" is equal to "test_name"
3030

31-
@replay-only @skip-validation @team:DataDog/processes @with-pagination
31+
@replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
3232
Scenario: Get All Containers returns "OK" response with pagination
3333
Given request contains "page[size]" parameter with value 2
3434
When the request with pagination is sent

tests/v2/features/processes.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ Feature: Processes
1111
And an instance of "Processes" API
1212
And new "ListProcesses" request
1313

14-
@generated @skip @team:DataDog/processes
14+
@generated @skip @team:DataDog/container-experiences
1515
Scenario: Get all processes returns "Bad Request" response
1616
When the request is sent
1717
Then the response status is 400 Bad Request
1818

19-
@team:DataDog/processes
19+
@team:DataDog/container-experiences
2020
Scenario: Get all processes returns "OK" response
2121
Given request contains "search" parameter with value "process-agent"
2222
And request contains "tags" parameter with value "testing:true"
2323
And request contains "page[limit]" parameter with value 2
2424
When the request is sent
2525
Then the response status is 200 OK
2626

27-
@replay-only @skip-validation @team:DataDog/processes @with-pagination
27+
@replay-only @skip-validation @team:DataDog/container-experiences @with-pagination
2828
Scenario: Get all processes returns "OK" response with pagination
2929
Given request contains "page[limit]" parameter with value 2
3030
When the request with pagination is sent

0 commit comments

Comments
 (0)