Skip to content

Commit fff5108

Browse files
api-clients-generation-pipeline[bot]skarimoci.datadog-api-spec
authored
Submit pending status for cancelled tests (#817)
* submit pending status * Regenerate client from commit 45d7cbaa of spec repo Co-authored-by: Sherzod Karimov <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6dfe294 commit fff5108

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.4",
7-
"regenerated": "2022-08-29 17:43:12.262504",
8-
"spec_repo_commit": "0050c4a2"
7+
"regenerated": "2022-08-29 18:00:38.775212",
8+
"spec_repo_commit": "45d7cbaa"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2022-08-29 17:43:12.275100",
13-
"spec_repo_commit": "0050c4a2"
12+
"regenerated": "2022-08-29 18:00:38.788313",
13+
"spec_repo_commit": "45d7cbaa"
1414
}
1515
}
1616
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ jobs:
127127
with:
128128
github-token: ${{ steps.get_token.outputs.token }}
129129
repo: datadog-api-spec
130-
status: ${{ needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
130+
status: ${{ (needs.test.result == 'cancelled' || needs.examples.result == 'cancelled') && 'pending' || needs.test.result == 'success' && needs.examples.result == 'success' && 'success' || 'failure' }}
131131
context: unit

0 commit comments

Comments
 (0)