Skip to content

Commit

Permalink
skip docker test if docker is not running
Browse files Browse the repository at this point in the history
  • Loading branch information
johningve committed Dec 6, 2021
1 parent 1f35d0b commit 355b634
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/mattn/go-isatty v0.0.12
github.com/mitchellh/go-homedir v1.1.0
github.com/relab/gorums v0.5.1-0.20210629194217-9811e4f219ca
github.com/relab/iago v0.0.0-20211104134648-e7947964e998
github.com/relab/iago v0.0.0-20211206120654-269f053c74ad
github.com/relab/wrfs v0.0.0-20210628111300-b51570396aec
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -658,10 +658,8 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/relab/gorums v0.5.1-0.20210629194217-9811e4f219ca h1:cqb1YBlUAB97vAdEYb9v+46Rwcnd5cmIrKwmAkrpeXg=
github.com/relab/gorums v0.5.1-0.20210629194217-9811e4f219ca/go.mod h1:j1Hja1FIIYjBZ7MlnGhXY1fdY6CeGXS38FBNHJ2w1ic=
github.com/relab/iago v0.0.0-20211103145729-e624a69d542c h1:Xn56Oooqs6JE9UgHkcj83m2xVI0Bd151p62CmMctD3U=
github.com/relab/iago v0.0.0-20211103145729-e624a69d542c/go.mod h1:dYG949kHM8Kxjoffrca+4+VS3NfZuE7IYVePd65OJt8=
github.com/relab/iago v0.0.0-20211104134648-e7947964e998 h1:kTjVwdsZRgxv6BNzpXWQiqc+ymVAOMHugPe0ilLc9zU=
github.com/relab/iago v0.0.0-20211104134648-e7947964e998/go.mod h1:dYG949kHM8Kxjoffrca+4+VS3NfZuE7IYVePd65OJt8=
github.com/relab/iago v0.0.0-20211206120654-269f053c74ad h1:DHcJI3RrXnDlYUexXoUuRmdsthbBdGlUTy+elqdNaBY=
github.com/relab/iago v0.0.0-20211206120654-269f053c74ad/go.mod h1:dYG949kHM8Kxjoffrca+4+VS3NfZuE7IYVePd65OJt8=
github.com/relab/wrfs v0.0.0-20210628111300-b51570396aec h1:VG/tFt+ffJMtZj5PIf5S3P7zsTwWsCOqFMyqZ0mPvyY=
github.com/relab/wrfs v0.0.0-20210628111300-b51570396aec/go.mod h1:8BTalsvE1BexSfZZFmZfmJKqfoXPzsP/ixpVOmg7Udk=
github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
Expand Down
2 changes: 1 addition & 1 deletion internal/orchestration/orchestration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func TestDeployment(t *testing.T) {
}

exe := compileBinary(t)
g := iagotest.CreateSSHGroup(t, 4)
g := iagotest.CreateSSHGroup(t, 4, true)

sessions, err := orchestration.Deploy(g, orchestration.DeployConfig{
ExePath: exe,
Expand Down

0 comments on commit 355b634

Please sign in to comment.