ci: run test-stable-sbf in docker (#33943)

This commit is contained in:
Yihau Chen 2023-11-17 12:11:52 +08:00 committed by GitHub
parent 51f3af25eb
commit 5658d6ee5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -182,7 +182,7 @@ all_test_steps() {
cargo-test-sbf$ \
; then
cat >> "$output_file" <<"EOF"
- command: "ci/test-stable-sbf.sh"
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-stable-sbf.sh"
name: "stable-sbf"
timeout_in_minutes: 35
artifact_paths: "sbf-dumps.tar.bz2"

View File

@ -168,7 +168,7 @@ all_test_steps() {
^sdk/ \
; then
cat >> "$output_file" <<"EOF"
- command: "ci/test-stable-sbf.sh"
- command: ". ci/rust-version.sh; ci/docker-run.sh $$rust_stable_docker_image ci/test-stable-sbf.sh"
name: "stable-sbf"
timeout_in_minutes: 35
artifact_paths: "sbf-dumps.tar.bz2"