Skip to content

Commit 03a4509

Browse files
committed
remove APIGW NG CI job
1 parent fe564de commit 03a4509

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
@@ -521,36 +521,6 @@ jobs:
521521
- store_test_results:
522522
path: target/reports/
523523

524-
itest-apigw-ng-provider:
525-
executor: ubuntu-machine-amd64
526-
working_directory: /tmp/workspace/repo
527-
environment:
528-
PYTEST_LOGLEVEL: << pipeline.parameters.PYTEST_LOGLEVEL >>
529-
steps:
530-
- prepare-acceptance-tests
531-
- attach_workspace:
532-
at: /tmp/workspace
533-
- prepare-testselection
534-
- prepare-pytest-tinybird
535-
- prepare-account-region-randomization
536-
- run:
537-
name: Test ApiGateway Next Gen provider
538-
environment:
539-
PROVIDER_OVERRIDE_APIGATEWAY: "next_gen"
540-
TEST_PATH: "tests/aws/services/apigateway/"
541-
COVERAGE_ARGS: "-p"
542-
command: |
543-
COVERAGE_FILE="target/coverage/.coverage.apigwNG.${CIRCLE_NODE_INDEX}" \
544-
PYTEST_ARGS="${TINYBIRD_PYTEST_ARGS}${TESTSELECTION_PYTEST_ARGS}--reruns 3 --junitxml=target/reports/apigw_ng.xml -o junit_suite_name='apigw_ng'" \
545-
make test-coverage
546-
- persist_to_workspace:
547-
root:
548-
/tmp/workspace
549-
paths:
550-
- repo/target/coverage/
551-
- store_test_results:
552-
path: target/reports/
553-
554524
# Regression testing for ESM v1 until scheduled removal for v4.0
555525
itest-lambda-event-source-mapping-v1-feature:
556526
executor: ubuntu-machine-amd64
@@ -980,10 +950,6 @@ workflows:
980950
requires:
981951
- preflight
982952
- test-selection
983-
- itest-apigw-ng-provider:
984-
requires:
985-
- preflight
986-
- test-selection
987953
- itest-lambda-event-source-mapping-v1-feature:
988954
requires:
989955
- preflight
@@ -1053,7 +1019,6 @@ workflows:
10531019
- itest-sfn-legacy-provider
10541020
- itest-cloudwatch-v1-provider
10551021
- itest-events-v2-provider
1056-
- itest-apigw-ng-provider
10571022
- itest-ddb-v2-provider
10581023
- itest-lambda-event-source-mapping-v1-feature
10591024
- acceptance-tests-amd64
@@ -1070,7 +1035,6 @@ workflows:
10701035
- itest-sfn-legacy-provider
10711036
- itest-cloudwatch-v1-provider
10721037
- itest-events-v2-provider
1073-
- itest-apigw-ng-provider
10741038
- itest-ddb-v2-provider
10751039
- itest-lambda-event-source-mapping-v1-feature
10761040
- acceptance-tests-amd64

0 commit comments

Comments
 (0)