chore: Use latest instead of versioned toktok-stack image.

This commit is contained in:
iphydf 2022-01-30 19:15:30 +00:00
parent b6f48b3b7d
commit 2e7c5b4b24
No known key found for this signature in database
GPG Key ID: 3855DBA2D74403C9

View File

@ -1,7 +1,7 @@
---
bazel-opt_task:
container:
image: toxchat/toktok-stack:0.0.31-release
image: toxchat/toktok-stack:latest-release
cpu: 2
memory: 2G
configure_script:
@ -18,7 +18,7 @@ bazel-opt_task:
bazel-dbg_task:
container:
image: toxchat/toktok-stack:0.0.31-debug
image: toxchat/toktok-stack:latest-debug
cpu: 2
memory: 2G
configure_script:
@ -35,7 +35,7 @@ bazel-dbg_task:
bazel-asan_task:
container:
image: toxchat/toktok-stack:0.0.31-asan
image: toxchat/toktok-stack:latest-asan
cpu: 2
memory: 4G
configure_script:
@ -53,7 +53,7 @@ bazel-asan_task:
# TODO(iphydf): Remove "|| true" once this works properly.
bazel-msan_task:
container:
image: toxchat/toktok-stack:0.0.31-msan
image: toxchat/toktok-stack:latest-msan
cpu: 2
memory: 4G
configure_script:
@ -71,7 +71,7 @@ bazel-msan_task:
# TODO(iphydf): Fix test timeouts.
bazel-tsan_task:
container:
image: toxchat/toktok-stack:0.0.31-tsan
image: toxchat/toktok-stack:latest-tsan
cpu: 2
memory: 4G
configure_script:
@ -95,7 +95,7 @@ bazel-tsan_task:
# TODO(iphydf): Fix timeouts so we can run more of the tests disabled below.
bazel-valgrind_task:
container:
image: toxchat/toktok-stack:0.0.31-release
image: toxchat/toktok-stack:latest-release
cpu: 2
memory: 4G
configure_script:
@ -121,7 +121,7 @@ bazel-valgrind_task:
cimple_task:
container:
image: toxchat/toktok-stack:0.0.31-release
image: toxchat/toktok-stack:latest-release
cpu: 2
memory: 4G
configure_script: