sourcegraph/cmd/server
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
..
internal Housekeeping: fix some code smells in the Go code (#49995) 2023-03-28 20:31:32 +09:00
rootfs Switch to OCI/Wolfi based image (#52693) 2023-06-02 12:12:52 +02:00
shared Make reindexing work in server image (#53256) 2023-06-14 15:17:30 +01:00
build-bazel.sh scip-ctags: copy binary from alpine container (#52864) 2023-06-02 15:11:06 +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 Deploy Wolfi-based Grafana image (#48992) 2023-03-09 13:41:25 +01:00
Dockerfile Bump syntax-highlighter docker container for single-docker deployment (#51616) 2023-05-09 18:28:55 +02:00
Dockerfile.bazel scip-ctags: copy binary from alpine container (#52864) 2023-06-02 15:11:06 +00:00
Dockerfile.wolfi Switch to OCI/Wolfi based image (#52693) 2023-06-02 12:12:52 +02:00
go-build-wolfi.sh Apply Wolfi Cloud Instance Fixes (#51263) 2023-05-18 10:48:43 +01:00
go-build.sh cmd(server): fix build version embed (#11633) 2020-06-22 23:50:42 +08:00
image_test.yaml Switch to OCI/Wolfi based image (#52693) 2023-06-02 12:12:52 +02:00
macro.bzl 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
postgres_exporter.yaml Switch to OCI/Wolfi based image (#52693) 2023-06-02 12:12:52 +02:00
pre-build.sh ci: add shellcheck linter for shell scripts (#9903) 2020-04-21 10:03:17 -07:00