Skip to content

feat: move tooling out of directory #951

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

Merged
merged 1 commit into from
May 23, 2025
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ updates:
- package-ecosystem: gomod
directories:
- /
- /deployments/pulumi
- /tools/generator
- /tools/provisioner
- /test/rolling-upgrades
schedule:
interval: daily
open-pull-requests-limit: 40
Expand Down
38 changes: 0 additions & 38 deletions .github/workflows/rolling-upgrades.yml

This file was deleted.

3 changes: 0 additions & 3 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ lint:
popd; \
done
cd {{justfile_directory()}}/deployments/pulumi && golangci-lint run --fix --build-tags it --timeout 5m
cd {{justfile_directory()}}/test/rolling-upgrades && golangci-lint run --fix --build-tags it --timeout 5m

tidy:
for d in $(ls tools); do \
Expand All @@ -24,8 +23,6 @@ tidy:
done
go mod tidy
cd {{justfile_directory()}}/deployments/pulumi && go mod tidy
cd {{justfile_directory()}}/test/performance && go mod tidy
cd {{justfile_directory()}}/test/rolling-upgrades && go mod tidy

generate:
rm $(find ./internal -name '*_generated_test.go') || true
Expand Down
Empty file removed test/rolling-upgrades/LICENSE
Empty file.
323 changes: 0 additions & 323 deletions test/rolling-upgrades/cmd/root.go

This file was deleted.

Loading
Loading