|
1 | | -name: Terraform Provider Checks - non-main branches |
| 1 | +name: Terraform Provider Checks - PR workflow |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | pull_request: |
@@ -149,83 +149,6 @@ jobs: |
149 | 149 | go-version-file: go.mod |
150 | 150 | - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"' |
151 | 151 |
|
152 | | -# go_test_databases: |
153 | | -# name: go test Databases |
154 | | -# needs: [go_build] |
155 | | -# runs-on: ubuntu-latest |
156 | | -# steps: |
157 | | -# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
158 | | -# - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
159 | | -# with: |
160 | | -# go-version-file: go.mod |
161 | | -# - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(DataSource|Resource)RedisCloud(Essentials|Pro|ActiveActive)Database_.*"' |
162 | | -# |
163 | | -# go_test_subscriptions: |
164 | | -# name: go test Subscriptions |
165 | | -# needs: [go_test_databases] |
166 | | -# runs-on: ubuntu-latest |
167 | | -# steps: |
168 | | -# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
169 | | -# - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
170 | | -# with: |
171 | | -# go-version-file: go.mod |
172 | | -# - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(DataSource|Resource)RedisCloud(Essentials|Pro|ActiveActive)Subscription_.*"' |
173 | | -# |
174 | | -# go_test_subscriptions_tls: |
175 | | -# name: go test Subscriptions TLS |
176 | | -# needs: [go_test_subscriptions] |
177 | | -# runs-on: ubuntu-latest |
178 | | -# steps: |
179 | | -# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
180 | | -# - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
181 | | -# with: |
182 | | -# go-version-file: go.mod |
183 | | -# - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(DataSource|Resource)RedisCloudSubscriptionTls_.*"' |
184 | | -# |
185 | | -# go_test_essentials_plan: |
186 | | -# name: go test Essentials Plan |
187 | | -# needs: [go_test_subscriptions_tls] |
188 | | -# runs-on: ubuntu-latest |
189 | | -# steps: |
190 | | -# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
191 | | -# - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
192 | | -# with: |
193 | | -# go-version-file: go.mod |
194 | | -# - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(DataSource|Resource)RedisCloudEssentialsPlan_.*"' |
195 | | -# |
196 | | -# go_test_persistence_modules_regions_acl: |
197 | | -# name: go test Other |
198 | | -# needs: [go_test_essentials_plan] |
199 | | -# runs-on: ubuntu-latest |
200 | | -# steps: |
201 | | -# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
202 | | -# - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
203 | | -# with: |
204 | | -# go-version-file: go.mod |
205 | | -# - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(DataSource|Resource)RedisCloud(DataPersistence|DatabaseModules|Regions|Acl).*"' |
206 | | -# |
207 | | -# go_test_cloud_account: |
208 | | -# name: go test Cloud Account |
209 | | -# needs: [go_test_persistence_modules_regions_acl] |
210 | | -# runs-on: ubuntu-latest |
211 | | -# steps: |
212 | | -# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
213 | | -# - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
214 | | -# with: |
215 | | -# go-version-file: go.mod |
216 | | -# - run: EXECUTE_TESTS=true make testacc TESTARGS='-test.short -run="TestAcc(DataSource|Resource)RedisCloud(CloudAccount).*"' |
217 | | -# |
218 | | -# go_test_transit_payment: |
219 | | -# name: go test Transit Gateway & Payment |
220 | | -# needs: [go_test_cloud_account] |
221 | | -# runs-on: ubuntu-latest |
222 | | -# steps: |
223 | | -# - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 |
224 | | -# - uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0 |
225 | | -# with: |
226 | | -# go-version-file: go.mod |
227 | | -# - run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(DataSource|Resource)RedisCloud(TransitGatewayAttachment|PaymentMethod).*"' |
228 | | - |
229 | 152 | tfproviderlint: |
230 | 153 | name: tfproviderlint |
231 | 154 | needs: [go_build] |
|
0 commit comments