From 6eb2f20180c762e53e70c70dfd8ba78fc2904c85 Mon Sep 17 00:00:00 2001 From: WillChilds-Klein Date: Mon, 22 Jan 2024 21:17:58 +0000 Subject: [PATCH] Remove codebiuld CI job --- .../cdk/codebuild/github_ci_integration_omnibus.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml b/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml index 76c76de271e..86d64dcbe29 100644 --- a/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml +++ b/tests/ci/cdk/cdk/codebuild/github_ci_integration_omnibus.yaml @@ -196,13 +196,3 @@ batch: image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-22.04_gcc-12x_latest variables: AWS_LC_CI_TARGET: "tests/ci/integration/run_librelp_integration.sh" - - - identifier: python_integration_x86_64 - buildspec: tests/ci/codebuild/common/run_simple_target.yml - env: - type: LINUX_CONTAINER - privileged-mode: false - compute-type: BUILD_GENERAL1_SMALL - image: 620771051181.dkr.ecr.us-west-2.amazonaws.com/aws-lc-docker-images-linux-x86:ubuntu-22.04_gcc-12x_latest - variables: - AWS_LC_CI_TARGET: "tests/ci/integration/run_python_integration.sh"