@@ -521,36 +521,6 @@ jobs:
521
521
- store_test_results :
522
522
path : target/reports/
523
523
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
-
554
524
# Regression testing for ESM v1 until scheduled removal for v4.0
555
525
itest-lambda-event-source-mapping-v1-feature :
556
526
executor : ubuntu-machine-amd64
@@ -980,10 +950,6 @@ workflows:
980
950
requires :
981
951
- preflight
982
952
- test-selection
983
- - itest-apigw-ng-provider :
984
- requires :
985
- - preflight
986
- - test-selection
987
953
- itest-lambda-event-source-mapping-v1-feature :
988
954
requires :
989
955
- preflight
@@ -1053,7 +1019,6 @@ workflows:
1053
1019
- itest-sfn-legacy-provider
1054
1020
- itest-cloudwatch-v1-provider
1055
1021
- itest-events-v2-provider
1056
- - itest-apigw-ng-provider
1057
1022
- itest-ddb-v2-provider
1058
1023
- itest-lambda-event-source-mapping-v1-feature
1059
1024
- acceptance-tests-amd64
@@ -1070,7 +1035,6 @@ workflows:
1070
1035
- itest-sfn-legacy-provider
1071
1036
- itest-cloudwatch-v1-provider
1072
1037
- itest-events-v2-provider
1073
- - itest-apigw-ng-provider
1074
1038
- itest-ddb-v2-provider
1075
1039
- itest-lambda-event-source-mapping-v1-feature
1076
1040
- acceptance-tests-amd64
0 commit comments