Skip to content

Commit

Permalink
Disable openshift tests and revert hashicorp#1008 (hashicorp#1014)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishustava authored Jun 29, 2021
1 parent 3d971d2 commit 5dd266d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -682,9 +682,9 @@ workflows:
jobs:
- cleanup-gcp-resources
- cleanup-azure-resources
- acceptance-openshift:
requires:
- cleanup-azure-resources
# - acceptance-openshift: <-- Disabled until we can make them less flakey.
# requires:
# - cleanup-azure-resources
- acceptance-gke-1-17:
requires:
- cleanup-gcp-resources
Expand Down
2 changes: 1 addition & 1 deletion test/terraform/openshift/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "azurerm_subnet" "master-subnet" {
resource_group_name = azurerm_resource_group.test[count.index].name
virtual_network_name = azurerm_virtual_network.test[count.index].name
address_prefixes = ["10.0.0.0/23"]
enforce_private_link_service_network_policies = false
enforce_private_link_service_network_policies = true
service_endpoints = ["Microsoft.ContainerRegistry"]
}

Expand Down

0 comments on commit 5dd266d

Please sign in to comment.