chore: Rename bazel-release to -opt and -debug to -dbg.

This commit is contained in:
iphydf 2022-01-29 22:20:03 +00:00
parent 52c31efb97
commit b6f48b3b7d
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ---
bazel-release_task: bazel-opt_task:
container: container:
image: toxchat/toktok-stack:0.0.31-release image: toxchat/toktok-stack:0.0.31-release
cpu: 2 cpu: 2
@ -16,7 +16,7 @@ bazel-release_task:
//c-toxcore/... //c-toxcore/...
-//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus? -//c-toxcore/auto_tests:tcp_relay_test # TODO(robinlinden): Why does this pass locally but not in Cirrus?
bazel-debug_task: bazel-dbg_task:
container: container:
image: toxchat/toktok-stack:0.0.31-debug image: toxchat/toktok-stack:0.0.31-debug
cpu: 2 cpu: 2

View File

@ -13,9 +13,9 @@ branches:
required_status_checks: required_status_checks:
contexts: contexts:
- "bazel-asan" - "bazel-asan"
- "bazel-debug" - "bazel-dbg"
- "bazel-msan" - "bazel-msan"
- "bazel-release" - "bazel-opt"
- "bazel-tsan" - "bazel-tsan"
- "bazel-valgrind" - "bazel-valgrind"
- "build-bootstrapd-docker" - "build-bootstrapd-docker"