Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 0 additions & 37 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -551,37 +551,6 @@ jobs:
- store_test_results:
path: target/reports/

# Regression testing for ESM v1 until scheduled removal for v4.0
itest-lambda-event-source-mapping-v1-feature:
executor: ubuntu-machine-amd64
working_directory: /tmp/workspace/repo
environment:
PYTEST_LOGLEVEL: << pipeline.parameters.PYTEST_LOGLEVEL >>
steps:
- prepare-acceptance-tests
- attach_workspace:
at: /tmp/workspace
- prepare-testselection
- prepare-pytest-tinybird
- prepare-account-region-randomization
- run:
name: Test Lambda Event Source Mapping v1 feature
environment:
LAMBDA_EVENT_SOURCE_MAPPING: "v1"
TEST_PATH: "tests/aws/services/lambda_/event_source_mapping"
COVERAGE_ARGS: "-p"
command: |
COVERAGE_FILE="target/coverage/.coverage.lambda_event_source_mappingV2.${CIRCLE_NODE_INDEX}" \
PYTEST_ARGS="${TINYBIRD_PYTEST_ARGS}${TESTSELECTION_PYTEST_ARGS}--reruns 3 --junitxml=target/reports/lambda_event_source_mapping_v2.xml -o junit_suite_name='lambda_event_source_mapping_v2'" \
make test-coverage
- persist_to_workspace:
root:
/tmp/workspace
paths:
- repo/target/coverage/
- store_test_results:
path: target/reports/

itest-ddb-v2-provider:
executor: ubuntu-machine-amd64
working_directory: /tmp/workspace/repo
Expand Down Expand Up @@ -984,10 +953,6 @@ workflows:
requires:
- preflight
- test-selection
- itest-lambda-event-source-mapping-v1-feature:
requires:
- preflight
- test-selection
- itest-ddb-v2-provider:
requires:
- preflight
Expand Down Expand Up @@ -1055,7 +1020,6 @@ workflows:
- itest-events-v2-provider
- itest-apigw-ng-provider
- itest-ddb-v2-provider
- itest-lambda-event-source-mapping-v1-feature
- acceptance-tests-amd64
- acceptance-tests-arm64
- integration-tests-amd64
Expand All @@ -1072,7 +1036,6 @@ workflows:
- itest-events-v2-provider
- itest-apigw-ng-provider
- itest-ddb-v2-provider
- itest-lambda-event-source-mapping-v1-feature
- acceptance-tests-amd64
- acceptance-tests-arm64
- integration-tests-amd64
Expand Down