sourcegraph/cmd/loadtest
Jean-Hadrien Chabran cf3a47683f
bzl: make all container_structure_test exclusive (#53502)
```
buildozer 'add tags exclusive' //...:%container_structure_test
```

Make all container structure test exclusive, as they just start crawling
if they're all run at once and tend to timeout.

This will fix all flakes caused by `*:image_test` targets. 


## Test plan

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->

Tested in CI, with `no-cache` to ensure timings are relevant. 

Before: 


![image](https://github.com/sourcegraph/sourcegraph/assets/10151/9ac0194b-d0f9-436c-8df1-91fa72f9e626)


After 

<img width="1103" alt="CleanShot 2023-06-14 at 19 06 16@2x"
src="https://github.com/sourcegraph/sourcegraph/assets/10151/09fe2032-fb3f-45c8-af2f-18b576b1972e">
2023-06-14 17:17:20 +00:00
..
build-wolfi.sh Apply Wolfi Cloud Instance Fixes (#51263) 2023-05-18 10:48:43 +01:00
BUILD.bazel bzl: make all container_structure_test exclusive (#53502) 2023-06-14 17:17:20 +00:00
build.sh ci: enable bazel builds for docker images (#51241) 2023-04-28 10:41:13 +02:00
Dockerfile ci: enable bazel builds for docker images (#51241) 2023-04-28 10:41:13 +02:00
Dockerfile.wolfi Build Wolfi images (#47182) 2023-04-24 17:32:36 +00:00
image_test.yaml Switch to OCI/Wolfi based image (#52693) 2023-06-02 12:12:52 +02:00
main.go Running binaries with SANITY_CHECK=true immediately exits with a code zero (#52186) 2023-05-19 12:30:11 +00:00