-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'interuss/main' into make-image
- Loading branch information
Showing
72 changed files
with
2,263 additions
and
2,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,17 @@ | ||
.PHONY: lint | ||
lint: | ||
cd uss_qualifier && make lint | ||
cd mock_uss && make lint | ||
cd monitorlib && make lint | ||
cd prober && make lint | ||
|
||
.PHONY: python-lint | ||
python-lint: | ||
cd uss_qualifier && make python-lint | ||
cd mock_uss && make python-lint | ||
cd monitorlib && make python-lint | ||
cd prober && make python-lint | ||
|
||
.PHONY: format | ||
format: | ||
cd uss_qualifier && make format | ||
cd mock_uss && make format | ||
cd monitorlib && make format | ||
cd prober && make format | ||
|
||
image: ../requirements.txt $(shell find . -type f ! -path "*/output/*" ! -name image) $(shell find ../interfaces -type f) | ||
# Building image due to changes in the following files: $? | ||
./build.sh | ||
|
||
.PHONY: test | ||
test: | ||
cd monitorlib && make test | ||
cd mock_uss && make test | ||
cd uss_qualifier && make test | ||
cd prober && make test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,3 @@ | ||
.PHONY: lint | ||
lint: python-lint | ||
echo "mock_uss lint complete" | ||
|
||
.PHONY: python-lint | ||
python-lint: | ||
docker run --rm -v "$(CURDIR):/code" -w /code pyfound/black:22.10.0 black --check . || (echo "Linter didn't succeed. You can use the following command to fix python linter issues: make format" && exit 1) | ||
|
||
.PHONY: format | ||
format: | ||
docker run --rm -v "$(CURDIR):/code" -w /code pyfound/black:22.10.0 black . | ||
|
||
.PHONY: test | ||
test: lint | ||
test: | ||
./run_locally_test_geoawareness.sh |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.