| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
1. We use modules now.
2. gcloud app deploy supports app_engine_apis flag.
3. "gcloud beta app deploy" believes project root is syzkaller/ and doesn't work.
|
| |
|
|
|
|
| |
1. Updated the "include"s.
2. No logs read API in the AppEngine anymore. Replaced by the GCP logging API.
3. Use "GO111MODULE=off gcloud beta app deploy ./dashboard/app/app.yaml --no-promote" to test new deployment.
4. Updated the documentation.
|
| | |
|
| |
|
|
|
|
|
| |
Add mind map image of the syzbot setup to show how
peaces are connected.
Signed-off-by: Jukka Kaartinen <jukka.kaartinen@unikie.com>
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
0. Remove aetest build tag. We don't need it anymore, go test should work.
1. IsDevAppServer does not return true in tests anymore, so don't use it
2. Use a different mechanism to register test/prod config.
We don't have aetest tag anymore, so we need something even more dynamic.
3. Fix new golangci-lint warnings: all test files are checked now.
Update #1461
|
| | |
|
|
|
Update #1043
|