@@ -491,36 +491,6 @@ jobs:
491
491
- store_test_results :
492
492
path : target/reports/
493
493
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
-
524
494
itest-ddb-v2-provider :
525
495
executor : ubuntu-machine-amd64
526
496
working_directory : /tmp/workspace/repo
@@ -915,10 +885,6 @@ workflows:
915
885
requires :
916
886
- preflight
917
887
- test-selection
918
- - itest-apigw-ng-provider :
919
- requires :
920
- - preflight
921
- - test-selection
922
888
- itest-ddb-v2-provider :
923
889
requires :
924
890
- preflight
@@ -983,7 +949,6 @@ workflows:
983
949
requires :
984
950
- itest-cloudwatch-v1-provider
985
951
- itest-events-v2-provider
986
- - itest-apigw-ng-provider
987
952
- itest-ddb-v2-provider
988
953
- acceptance-tests-amd64
989
954
- acceptance-tests-arm64
@@ -998,7 +963,6 @@ workflows:
998
963
requires :
999
964
- itest-cloudwatch-v1-provider
1000
965
- itest-events-v2-provider
1001
- - itest-apigw-ng-provider
1002
966
- itest-ddb-v2-provider
1003
967
- acceptance-tests-amd64
1004
968
- acceptance-tests-arm64
0 commit comments