mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
chore: Use latest instead of versioned toktok-stack image.
This commit is contained in:
parent
b6f48b3b7d
commit
2e7c5b4b24
14
.cirrus.yml
14
.cirrus.yml
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
bazel-opt_task:
|
bazel-opt_task:
|
||||||
container:
|
container:
|
||||||
image: toxchat/toktok-stack:0.0.31-release
|
image: toxchat/toktok-stack:latest-release
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 2G
|
memory: 2G
|
||||||
configure_script:
|
configure_script:
|
||||||
|
@ -18,7 +18,7 @@ bazel-opt_task:
|
||||||
|
|
||||||
bazel-dbg_task:
|
bazel-dbg_task:
|
||||||
container:
|
container:
|
||||||
image: toxchat/toktok-stack:0.0.31-debug
|
image: toxchat/toktok-stack:latest-debug
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 2G
|
memory: 2G
|
||||||
configure_script:
|
configure_script:
|
||||||
|
@ -35,7 +35,7 @@ bazel-dbg_task:
|
||||||
|
|
||||||
bazel-asan_task:
|
bazel-asan_task:
|
||||||
container:
|
container:
|
||||||
image: toxchat/toktok-stack:0.0.31-asan
|
image: toxchat/toktok-stack:latest-asan
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 4G
|
memory: 4G
|
||||||
configure_script:
|
configure_script:
|
||||||
|
@ -53,7 +53,7 @@ bazel-asan_task:
|
||||||
# TODO(iphydf): Remove "|| true" once this works properly.
|
# TODO(iphydf): Remove "|| true" once this works properly.
|
||||||
bazel-msan_task:
|
bazel-msan_task:
|
||||||
container:
|
container:
|
||||||
image: toxchat/toktok-stack:0.0.31-msan
|
image: toxchat/toktok-stack:latest-msan
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 4G
|
memory: 4G
|
||||||
configure_script:
|
configure_script:
|
||||||
|
@ -71,7 +71,7 @@ bazel-msan_task:
|
||||||
# TODO(iphydf): Fix test timeouts.
|
# TODO(iphydf): Fix test timeouts.
|
||||||
bazel-tsan_task:
|
bazel-tsan_task:
|
||||||
container:
|
container:
|
||||||
image: toxchat/toktok-stack:0.0.31-tsan
|
image: toxchat/toktok-stack:latest-tsan
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 4G
|
memory: 4G
|
||||||
configure_script:
|
configure_script:
|
||||||
|
@ -95,7 +95,7 @@ bazel-tsan_task:
|
||||||
# TODO(iphydf): Fix timeouts so we can run more of the tests disabled below.
|
# TODO(iphydf): Fix timeouts so we can run more of the tests disabled below.
|
||||||
bazel-valgrind_task:
|
bazel-valgrind_task:
|
||||||
container:
|
container:
|
||||||
image: toxchat/toktok-stack:0.0.31-release
|
image: toxchat/toktok-stack:latest-release
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 4G
|
memory: 4G
|
||||||
configure_script:
|
configure_script:
|
||||||
|
@ -121,7 +121,7 @@ bazel-valgrind_task:
|
||||||
|
|
||||||
cimple_task:
|
cimple_task:
|
||||||
container:
|
container:
|
||||||
image: toxchat/toktok-stack:0.0.31-release
|
image: toxchat/toktok-stack:latest-release
|
||||||
cpu: 2
|
cpu: 2
|
||||||
memory: 4G
|
memory: 4G
|
||||||
configure_script:
|
configure_script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user