diff --git a/.gitignore b/.gitignore index 55472ef4..727d1a2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1,8 @@ bin/* eventlog/* /ax -local_agent -remote_agent *.log ax-bin -google-cloud-cli-darwin-arm.tar.gz -google-cloud-sdk/ -test-sandbox-config.yaml -sandbox-router -examples/sandbox_agent/cloudbuild.yaml -tasklog/* python/__pycache__ python/proto/__pycache__ -/axepp __pycache__/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae063f62..6b31efbf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -60,12 +60,6 @@ make proto make test ``` -### Run remote agent - -```bash -make run-remote -``` - ### Install the ax CLI ```bash diff --git a/Makefile b/Makefile index e0b730a3..ce04e638 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: all build proto test test-python clean install +.PHONY: all build proto test test-python clean install deps clean-logs # Build all binaries all: proto build diff --git a/e2e b/e2e new file mode 100755 index 00000000..c1226113 Binary files /dev/null and b/e2e differ