Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PrivateStorageio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
PrivateStorageio
Commits
bb3efdba
Commit
bb3efdba
authored
3 years ago
by
Florian Sesser
Browse files
Options
Downloads
Patches
Plain Diff
System tests: Start VMs in parallel again
Taken from the `spending-node` branch I am cleaning up right now.
parent
808ddf2a
No related branches found
No related tags found
2 merge requests
!273
Spending node (rebase)
,
!272
System tests: Start VMs in parallel again
Pipeline
#1886
passed
3 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
nixos/tests/test_privatestorage.py
+2
-15
2 additions, 15 deletions
nixos/tests/test_privatestorage.py
with
2 additions
and
15 deletions
nixos/tests/test_privatestorage.py
+
2
−
15
View file @
bb3efdba
...
@@ -40,21 +40,8 @@ def test(
...
@@ -40,21 +40,8 @@ def test(
):
):
"""
"""
"""
"""
# Boot the VMs. We used to do them all in parallel but the boot
# Boot the VMs.
# sequence got flaky at some point for some reason I don't
start_all
()
# understand. :/ It might be related to this:
#
# https://discourse.nixos.org/t/nixos-ppc64le-vm-does-not-have-dev-vda-device/11548/9
#
# See <nixpkgs/nixos/modules/virtualisation/qemu-vm.nix> for the Nix
# that constructs the QEMU command that gets run.
#
# Boot them one at a time for now.
issuer
.
connect
()
introducer
.
connect
()
storage
.
connect
()
client
.
connect
()
api_stripe_com
.
connect
()
# The issuer and the storage server should accept SSH connections. This
# The issuer and the storage server should accept SSH connections. This
# doesn't prove it is so but if it fails it's a pretty good indication
# doesn't prove it is so but if it fails it's a pretty good indication
...
...
This diff is collapsed.
Click to expand it.
Florian Sesser
@florian
mentioned in commit
e4f57d4c
·
3 years ago
mentioned in commit
e4f57d4c
mentioned in commit e4f57d4cf35d7c4dad2f1fdec97821e8ccf860ce
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment