From e484eb3bbe183c1a8cc434799c7269d42a59c0b4 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 13 Dec 2024 22:23:20 +0000 Subject: [PATCH] Regenerate client from commit 3c19b3ae of spec repo --- .apigentools-info | 8 ++++---- features/v2/ci_visibility_pipelines.feature | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 42961d78a33..45e72d58190 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-13 16:09:30.230478", - "spec_repo_commit": "936a5463" + "regenerated": "2024-12-13 22:22:54.111605", + "spec_repo_commit": "3c19b3ae" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2024-12-13 16:09:30.249799", - "spec_repo_commit": "936a5463" + "regenerated": "2024-12-13 22:22:54.130284", + "spec_repo_commit": "3c19b3ae" } } } \ No newline at end of file diff --git a/features/v2/ci_visibility_pipelines.feature b/features/v2/ci_visibility_pipelines.feature index 7f707950723..8f56981a1b1 100644 --- a/features/v2/ci_visibility_pipelines.feature +++ b/features/v2/ci_visibility_pipelines.feature @@ -108,7 +108,7 @@ Feature: CI Visibility Pipelines When the request is sent Then the response status is 202 Request accepted for processing - @skip @team:Datadog/ci-app-backend + @skip-typescript @team:Datadog/ci-app-backend Scenario: Send pipeline job event returns "Request accepted for processing" response Given new "CreateCIAppPipelineEvent" request And body with value {"data": {"attributes": {"resource": {"level": "job", "id": "cf9456de-8b9e-4c27-aa79-27b1e78c1a33", "name": "Build image", "pipeline_unique_id": "3eacb6f3-ff04-4e10-8a9c-46e6d054024a", "pipeline_name": "Deploy to AWS", "start": "{{ timeISO('now - 120s') }}", "end": "{{ timeISO('now - 30s') }}", "status": "error", "url": "https://my-ci-provider.example/jobs/my-jobs/run/1"}}, "type": "cipipeline_resource_request"}}