Skip to content

Commit

Permalink
Revert CentOS version in Github Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Jul 28, 2023
1 parent ce3057b commit 9249ce0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ test-htcondor:
@go test -timeout 120s ./tests/htcondor -funnel-config `pwd`/tests/htcondor.config.yml

test-slurm:
@docker pull giovtorres/docker-centos7-slurm
@docker pull ohsucompbio/slurm
@go test -timeout 120s ./tests/slurm -funnel-config `pwd`/tests/slurm.config.yml

test-gridengine:
Expand Down
2 changes: 1 addition & 1 deletion tests/slurm/slurm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestMain(m *testing.M) {

fun = tests.NewFunnel(conf)
serverName = "funnel-test-server-" + tests.RandomString(6)
fun.StartServerInDocker(serverName, "giovtorres/docker-centos7-slurm:latest", []string{"--hostname", "ernie"})
fun.StartServerInDocker(serverName, "ohsucompbio/slurm:latest", []string{"--hostname", "ernie"})

exit := 0
defer func() {
Expand Down

0 comments on commit 9249ce0

Please sign in to comment.