@@ -431,36 +431,6 @@ jobs:
431
431
# #####################
432
432
# # Custom Test Jobs ##
433
433
# #####################
434
- itest-sfn-legacy-provider :
435
- executor : ubuntu-machine-amd64
436
- working_directory : /tmp/workspace/repo
437
- environment :
438
- PYTEST_LOGLEVEL : << pipeline.parameters.PYTEST_LOGLEVEL >>
439
- steps :
440
- - prepare-acceptance-tests
441
- - attach_workspace :
442
- at : /tmp/workspace
443
- - prepare-testselection
444
- - prepare-pytest-tinybird
445
- - prepare-account-region-randomization
446
- - run :
447
- name : Test SFN Legacy provider
448
- environment :
449
- PROVIDER_OVERRIDE_STEPFUNCTIONS : " legacy"
450
- TEST_PATH : " tests/aws/services/stepfunctions/legacy/"
451
- COVERAGE_ARGS : " -p"
452
- command : |
453
- COVERAGE_FILE="target/coverage/.coverage.sfnlegacy.${CIRCLE_NODE_INDEX}" \
454
- PYTEST_ARGS="${TINYBIRD_PYTEST_ARGS}${TESTSELECTION_PYTEST_ARGS}--reruns 3 --junitxml=target/reports/sfn_legacy.xml -o junit_suite_name='sfn_legacy'" \
455
- make test-coverage
456
- - persist_to_workspace :
457
- root :
458
- /tmp/workspace
459
- paths :
460
- - repo/target/coverage/
461
- - store_test_results :
462
- path : target/reports/
463
-
464
434
itest-cloudwatch-v1-provider :
465
435
executor : ubuntu-machine-amd64
466
436
working_directory : /tmp/workspace/repo
@@ -937,10 +907,6 @@ workflows:
937
907
- test-selection :
938
908
requires :
939
909
- install
940
- - itest-sfn-legacy-provider :
941
- requires :
942
- - preflight
943
- - test-selection
944
910
- itest-cloudwatch-v1-provider :
945
911
requires :
946
912
- preflight
@@ -1015,7 +981,6 @@ workflows:
1015
981
- docker-build-amd64
1016
982
- report :
1017
983
requires :
1018
- - itest-sfn-legacy-provider
1019
984
- itest-cloudwatch-v1-provider
1020
985
- itest-events-v2-provider
1021
986
- itest-apigw-ng-provider
@@ -1031,7 +996,6 @@ workflows:
1031
996
branches :
1032
997
only : master
1033
998
requires :
1034
- - itest-sfn-legacy-provider
1035
999
- itest-cloudwatch-v1-provider
1036
1000
- itest-events-v2-provider
1037
1001
- itest-apigw-ng-provider
0 commit comments