From b6f48b3b7d5ce90183a83444f7de18572b048da4 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sat, 29 Jan 2022 22:20:03 +0000 Subject: [PATCH] chore: Rename bazel-release to -opt and -debug to -dbg. --- .cirrus.yml | 4 ++-- .github/settings.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 86e200ea..ca509255 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ --- -bazel-release_task: +bazel-opt_task: container: image: toxchat/toktok-stack:0.0.31-release cpu: 2 @@ -16,7 +16,7 @@ bazel-release_task: //c-toxcore/... -//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: image: toxchat/toktok-stack:0.0.31-debug cpu: 2 diff --git a/.github/settings.yml b/.github/settings.yml index 0a941c80..d0b8090d 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -13,9 +13,9 @@ branches: required_status_checks: contexts: - "bazel-asan" - - "bazel-debug" + - "bazel-dbg" - "bazel-msan" - - "bazel-release" + - "bazel-opt" - "bazel-tsan" - "bazel-valgrind" - "build-bootstrapd-docker"