Skip to content

Commit

Permalink
fix: Update CI workers model
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Amstutz committed Jan 30, 2024
1 parent dbabaf3 commit 075c97a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .cds/terraform-provider-ovh-check.pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
make test
make vet
requirements:
- model: shared.infra/Go-official-1.20-bullseye
- model: shared.infra/Go-official-1.21-bullseye
2 changes: 1 addition & 1 deletion .cds/terraform-provider-ovh-post-sweepers.pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
TF_ACC=1 go test ./ovh/ -v -sweep=1
requirements:
- model: shared.infra/Go-official-1.20-bullseye
- model: shared.infra/Go-official-1.21-bullseye
2 changes: 1 addition & 1 deletion .cds/terraform-provider-ovh-pre-sweepers.pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
TF_ACC=1 go test ./ovh/ -v -sweep=1
requirements:
- model: shared.infra/Go-official-1.20-bullseye
- model: shared.infra/Go-official-1.21-bullseye
2 changes: 1 addition & 1 deletion .cds/terraform-provider-ovh-testacc.pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
make testacc TESTARGS="-parallel=1 ${CDS_PIP_TESTARGS}"
requirements:
- model: shared.infra/Go-official-1.20-bullseye
- model: shared.infra/Go-official-1.21-bullseye
4 changes: 2 additions & 2 deletions ovh/data_iam_permissions_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"testing"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-testing/helper/acctest"
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
)

func TestAccIamPermissionsGroupDataSource_basic(t *testing.T) {
Expand Down
4 changes: 2 additions & 2 deletions ovh/resource_iam_permissions_group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"testing"
"time"

"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-testing/helper/acctest"
"github.com/hashicorp/terraform-plugin-testing/helper/resource"
)

func init() {
Expand Down

0 comments on commit 075c97a

Please sign in to comment.