Skip to content

Commit

Permalink
disable integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stlankes committed Dec 29, 2020
1 parent f5c1171 commit 7d57cd7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ build:demo:
- rusty-hermit/target/x86_64-unknown-hermit/debug/rusty_demo
- rusty-hermit/target/x86_64-unknown-hermit/release/rusty_demo

test:integration:
stage: test
image: ${CI_REGISTRY_IMAGE}
script:
- lscpu
- kvm-ok
- |
bash -c "cargo test --tests --no-fail-fast -Z build-std=core,alloc -Z build-std-features=compiler-builtins-mem --target x86_64-unknown-hermit-kernel -- --uhyve_path=$HOME/.cargo/bin/uhyve"
- |
bash -c "cargo test --tests --no-fail-fast -Z build-std=core,alloc -Z build-std-features=compiler-builtins-mem --target x86_64-unknown-hermit-kernel -- --uhyve_path=$HOME/.cargo/bin/uhyve --num_cores 2"
tags:
- privileged
#test:integration:
# stage: test
# image: ${CI_REGISTRY_IMAGE}
# script:
# - lscpu
# - kvm-ok
# - |
# bash -c "cargo test --tests --no-fail-fast -Z build-std=core,alloc -Z build-std-features=compiler-builtins-mem --target x86_64-unknown-hermit-kernel -- --uhyve_path=$HOME/.cargo/bin/uhyve"
# - |
# bash -c "cargo test --tests --no-fail-fast -Z build-std=core,alloc -Z build-std-features=compiler-builtins-mem --target x86_64-unknown-hermit-kernel -- --uhyve_path=$HOME/.cargo/bin/uhyve --num_cores 2"
# tags:
# - privileged

test:uhyve:
stage: test
Expand Down

0 comments on commit 7d57cd7

Please sign in to comment.