Skip to content

Commit 317c08f

Browse files
bentskualexrashed
authored andcommitted
remove APIGW NextGen CI job (#11754)
1 parent 660c9ba commit 317c08f

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

.circleci/config.yml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -491,36 +491,6 @@ jobs:
491491
- store_test_results:
492492
path: target/reports/
493493

494-
itest-apigw-ng-provider:
495-
executor: ubuntu-machine-amd64
496-
working_directory: /tmp/workspace/repo
497-
environment:
498-
PYTEST_LOGLEVEL: << pipeline.parameters.PYTEST_LOGLEVEL >>
499-
steps:
500-
- prepare-acceptance-tests
501-
- attach_workspace:
502-
at: /tmp/workspace
503-
- prepare-testselection
504-
- prepare-pytest-tinybird
505-
- prepare-account-region-randomization
506-
- run:
507-
name: Test ApiGateway Next Gen provider
508-
environment:
509-
PROVIDER_OVERRIDE_APIGATEWAY: "next_gen"
510-
TEST_PATH: "tests/aws/services/apigateway/"
511-
COVERAGE_ARGS: "-p"
512-
command: |
513-
COVERAGE_FILE="target/coverage/.coverage.apigwNG.${CIRCLE_NODE_INDEX}" \
514-
PYTEST_ARGS="${TINYBIRD_PYTEST_ARGS}${TESTSELECTION_PYTEST_ARGS}--reruns 3 --junitxml=target/reports/apigw_ng.xml -o junit_suite_name='apigw_ng'" \
515-
make test-coverage
516-
- persist_to_workspace:
517-
root:
518-
/tmp/workspace
519-
paths:
520-
- repo/target/coverage/
521-
- store_test_results:
522-
path: target/reports/
523-
524494
itest-ddb-v2-provider:
525495
executor: ubuntu-machine-amd64
526496
working_directory: /tmp/workspace/repo
@@ -915,10 +885,6 @@ workflows:
915885
requires:
916886
- preflight
917887
- test-selection
918-
- itest-apigw-ng-provider:
919-
requires:
920-
- preflight
921-
- test-selection
922888
- itest-ddb-v2-provider:
923889
requires:
924890
- preflight
@@ -983,7 +949,6 @@ workflows:
983949
requires:
984950
- itest-cloudwatch-v1-provider
985951
- itest-events-v2-provider
986-
- itest-apigw-ng-provider
987952
- itest-ddb-v2-provider
988953
- acceptance-tests-amd64
989954
- acceptance-tests-arm64
@@ -998,7 +963,6 @@ workflows:
998963
requires:
999964
- itest-cloudwatch-v1-provider
1000965
- itest-events-v2-provider
1001-
- itest-apigw-ng-provider
1002966
- itest-ddb-v2-provider
1003967
- acceptance-tests-amd64
1004968
- acceptance-tests-arm64

0 commit comments

Comments
 (0)