Skip to content

Commit efc629f

Browse files
authored
Remove legacy StepFunctions CI job (#11778)
1 parent 04d3234 commit efc629f

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
@@ -431,36 +431,6 @@ jobs:
431431
######################
432432
## Custom Test Jobs ##
433433
######################
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-
464434
itest-cloudwatch-v1-provider:
465435
executor: ubuntu-machine-amd64
466436
working_directory: /tmp/workspace/repo
@@ -937,10 +907,6 @@ workflows:
937907
- test-selection:
938908
requires:
939909
- install
940-
- itest-sfn-legacy-provider:
941-
requires:
942-
- preflight
943-
- test-selection
944910
- itest-cloudwatch-v1-provider:
945911
requires:
946912
- preflight
@@ -1015,7 +981,6 @@ workflows:
1015981
- docker-build-amd64
1016982
- report:
1017983
requires:
1018-
- itest-sfn-legacy-provider
1019984
- itest-cloudwatch-v1-provider
1020985
- itest-events-v2-provider
1021986
- itest-apigw-ng-provider
@@ -1031,7 +996,6 @@ workflows:
1031996
branches:
1032997
only: master
1033998
requires:
1034-
- itest-sfn-legacy-provider
1035999
- itest-cloudwatch-v1-provider
10361000
- itest-events-v2-provider
10371001
- itest-apigw-ng-provider

0 commit comments

Comments
 (0)