Skip to content

Commit 754b25e

Browse files
dd23fegmortetitouantanguykc1212maksymsur
authored
chore: set version to v0.13.0 stable (#415)
* chore: set version to v0.13.0 stable * fix: refactor deploy scripts (#370) * fix: fix CI (#393) * fix: fix raven version * chore: adding k8s in test name to make CI filter happy * chore: update bytes (#395) * fix: fix small instance for slab (#392) * fix: cargo audit time crate (#400) * chore: bump ml-kem to v0.2.2 and kms to v0.13.0-rc.3 (#401) * chore: bump ml-kem to v0.2.2 to fix dependency compilation issue * chore: bump version to v0.13.0-rc.3 * chore: bump slab runner to v1.5.1 (#404) * fix: fix chart testing (#409) * fix: fix chart testing (#410) * fix: custom create EIF file (#413) --------- Co-authored-by: Fred <frederic.egmorte@zama.ai> Co-authored-by: titouantanguy <145263870+titouantanguy@users.noreply.github.com> Co-authored-by: Kelong Cong <kc1212@users.noreply.github.com> Co-authored-by: Maksym S. <52411920+maksymsur@users.noreply.github.com>
1 parent 169aa79 commit 754b25e

File tree

65 files changed

+8394
-2086
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+8394
-2086
lines changed

.config/nextest.toml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1-
[profile.ci.junit] # this can be some other profile, too
1+
# Require nextest 0.9.48+ for test-groups support
2+
[nextest]
3+
required-version = "0.9.48"
4+
5+
# Docker-based integration tests must run sequentially because they share
6+
# Docker Compose infrastructure with fixed container names.
7+
# The #[serial(docker)] attribute only works within a single process,
8+
# but nextest runs each test in a separate process.
9+
[test-groups]
10+
docker-integration = { max-threads = 1 }
11+
12+
[profile.ci.junit]
213
path = "junit.xml"
3-
# These are the default values, specified for clarity.
414
store-success-output = true
5-
store-failure-output = true
15+
store-failure-output = true
16+
17+
[[profile.ci.overrides]]
18+
filter = "binary(integration_test)"
19+
test-group = "docker-integration"

0 commit comments

Comments
 (0)