Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIGRATIONS-1200 - Migrations Repo Cleanup #263

Merged
merged 16 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
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
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,.venv

# F401 - Unused imports -- this is the only way to have a file-wide rule exception
per-file-ignores =
upgrades/upgrade_testing_framework/steps/__init__.py:F401
experimental/upgrades/upgrade_testing_framework/steps/__init__.py:F401
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: python-tests
on:
push:
paths:
- 'cluster_migration_core/**.py'
- 'experimental/cluster_migration_core/**.py'
pull_request:
paths:
- 'cluster_migration_core/**.py'
- 'experimental/cluster_migration_core/**.py'

jobs:
test-linux:
Expand All @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: ./cluster_migration_core
working-directory: ./experimental/cluster_migration_core
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand All @@ -34,4 +34,4 @@ jobs:
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
with:
files: cluster_migration_core/coverage.xml
files: cluster_migration_core/coverage.xml
1 change: 0 additions & 1 deletion TrafficReplayer/gradle.properties

This file was deleted.

Binary file removed TrafficReplayer/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions TrafficReplayer/gradle/wrapper/gradle-wrapper.properties

This file was deleted.

185 changes: 0 additions & 185 deletions TrafficReplayer/gradlew

This file was deleted.

89 changes: 0 additions & 89 deletions TrafficReplayer/gradlew.bat

This file was deleted.

60 changes: 0 additions & 60 deletions TrafficReplayer/pull_then_poll_cw_logs.py

This file was deleted.

1 change: 0 additions & 1 deletion cluster_migration_core/requirements.txt

This file was deleted.

Loading
Loading