Skip to content

Commit 4f31666

Browse files
committed
chore: remove remaining CircleCI references after migration to GHA
- README.md: drop dead CircleCI status badge - .golangci.yml: drop .circleci from exclude paths (directory was removed in #1784) - test/packer_oci_example_test.go: remove CIRCLECI env var skip and now-unused os import - test/azure/*.go (26 files): drop 'azure not set up for CircleCI' note (Azure tests now run via azure-tests.yml) Linear: OSS-3396
1 parent 1312384 commit 4f31666

29 files changed

Lines changed: 0 additions & 88 deletions

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ linters:
121121
- docs
122122
- _ci
123123
- .github
124-
- .circleci
125124
- third_party$
126125
- builtin$
127126
- examples$
@@ -140,7 +139,6 @@ formatters:
140139
- docs
141140
- _ci
142141
- .github
143-
- .circleci
144142
- third_party$
145143
- builtin$
146144
- examples$

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Terratest
22

33
[![Maintained by Gruntwork.io](https://img.shields.io/badge/maintained%20by-gruntwork.io-%235849a6.svg)](https://gruntwork.io/?ref=repo_terratest)
4-
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/gruntwork-io/terratest/tree/main.svg?style=svg&circle-token=8abd167739d60e4c1b6c1502d2092339a6c6a133)](https://dl.circleci.com/status-badge/redirect/gh/gruntwork-io/terratest/tree/main)
54
[![Go Report Card](https://goreportcard.com/badge/github.com/gruntwork-io/terratest)](https://goreportcard.com/report/github.com/gruntwork-io/terratest)
65
[![go.dev reference](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white&style=flat-square)](https://pkg.go.dev/mod/github.com/gruntwork-io/terratest?tab=overview)
76
![go.mod version](https://img.shields.io/github/go-mod/go-version/gruntwork-io/terratest)

test/azure/terraform_azure_aci_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

test/azure/terraform_azure_acr_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

test/azure/terraform_azure_actiongroup_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

test/azure/terraform_azure_aks_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

test/azure/terraform_azure_availabilityset_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

test/azure/terraform_azure_container_apps_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

test/azure/terraform_azure_cosmosdb_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

test/azure/terraform_azure_disk_example_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
//go:build azure
22
// +build azure
33

4-
// NOTE: We use build tags to differentiate azure testing because we currently do not have azure access setup for
5-
// CircleCI.
6-
74
package test_test
85

96
import (

0 commit comments

Comments
 (0)