aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/tools
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster/pkg/db: make it possible to use emulator in dashboard testsDmitry Vyukov2025-12-311-1/+1
|
* syz-cluster: refactor DockerfilesAleksandr Nogikh2025-12-312-16/+10
| | | | | | | Copy everything into the build context. Add a .dockerignore file to avoid copying the definitely unnecessary files and folders. Check copyrights presence in Dockerfiles.
* syz-cluster: add pkg/osutil to Docker containersAleksandr Nogikh2025-12-301-0/+1
| | | | It's become necessary after #6533.
* pkg: move gcpsecret to a separate packageAleksandr Nogikh2025-08-111-1/+1
| | | | | It simplifies the dependency tree and fixes a build error for the send-test-email container.
* syz-cluster: update Go version in DockerfilesAleksandr Nogikh2025-07-142-2/+2
| | | | | For some reason, it does not download the newer toolchain versions automatically.
* syz-cluster: add a send-test-email toolAleksandr Nogikh2025-07-083-0/+90
| | | | The tool will be used to test email reporter configuration.
* syz-cluster: move db-mgmt to toolsAleksandr Nogikh2025-07-084-0/+137
This will allows us to better organize the code.