ci: switch to 22.04 LTS for GHA Core CI tests

This commit is contained in:
Seth Hoenig
2022-05-05 12:56:52 -05:00
parent b844f30f15
commit 6d92e9b738
3 changed files with 9 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ import (
"github.com/hashicorp/nomad/api"
"github.com/hashicorp/nomad/ci"
"github.com/hashicorp/nomad/client/testutil"
"github.com/stretchr/testify/assert"
)
@@ -37,6 +38,8 @@ func TestIntegration_Command_NomadInit(t *testing.T) {
func TestIntegration_Command_RoundTripJob(t *testing.T) {
ci.Parallel(t)
testutil.DockerCompatible(t)
assert := assert.New(t)
tmpDir := t.TempDir()