-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Reorganize scripts/ folder #6429
Comments
Hey @yurishkuro I'd like to complete this task, does this folders e2e and lint needs to be created on root directory ? |
Hey @yurishkuro I have made changes as per your description and here are their screenshot :
If everything seems to be fine then please let me know I'll open PR. |
no, they all should be nested under scripts/ |
One PR per category. |
@yurishkuro Fixed DCO in every PR, PTAL. |
@Ashu463 you also need to update files referring to those scripts |
## Which problem is this PR solving? - part of #6429 ## Description of the changes - organized build scripts into `scripts/build` --------- Signed-off-by: danish9039 <[email protected]>
The scripts/ folder accumulated many shell scripts that server different purposes. I propose to categorize them better into subfolders.
adaptive-sampling-integration-test.sh
->e2e/adaptive-sampling.sh
build-all-in-one-image.sh
->build/all-in-one-image.sh
build-crossdock.sh
->build/crossdock.sh
build-hotrod-image.sh
->build/hotrod-image.sh
build-upload-a-docker-image.sh
->build/upload-a-docker-image.sh
build-upload-docker-images.sh
->build/upload-docker-images.sh
cassandra-integration-test.sh
->e2e/cassandra.sh
check-go-version.sh
->lint/...
check-goleak-files.sh
->lint/...
check-semconv-version.sh
->lint/...
check-test-files.sh
->lint/...
clean-binaries.sh
->build/...
compute-tags.sh
->util/...
compute-tags.test.sh
->util/...
dco_check.py
->lint/...
docker-login.sh
->util/...
es-integration-test.sh
->e2e/elasticsearch.sh
import-order-cleanup.py
->lint/...
kafka-integration-test.sh
->e2e/kafka.sh
package-deploy.sh
->build/...
rebuild-ui.sh
->build/...
replace_license_headers.py
->lint/...
spm-integration-test.sh
->e2e/spm.sh
update-semconv-version.sh
->lint/...
updateLicense.py
->lint/...
(
...
means keep the original file name)Approach:
Categories:
e2e/*
lint/*
build/*
The text was updated successfully, but these errors were encountered: