Skip to content

Commit

Permalink
remove the generator from the backport
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanad committed Aug 21, 2020
1 parent 6aa51a5 commit 47cfe70
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 168 deletions.
164 changes: 0 additions & 164 deletions cluster-autoscaler/cloudprovider/azure/azure_instance_types/gen.go

This file was deleted.

2 changes: 0 additions & 2 deletions cluster-autoscaler/cloudprovider/azure/azure_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

//go:generate go run azure_instance_types/gen.go

package azure

import (
Expand Down
3 changes: 1 addition & 2 deletions hack/boilerplate/boilerplate.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,7 @@ def file_extension(filename):
# list all the files contain 'DO NOT EDIT', but are not generated
skipped_ungenerated_files = ['hack/build-ui.sh', 'hack/lib/swagger.sh',
'hack/boilerplate/boilerplate.py',
'cluster-autoscaler/cloudprovider/aws/ec2_instance_types/gen.go',
'cluster-autoscaler/cloudprovider/azure/azure_instance_types/gen.go']
'cluster-autoscaler/cloudprovider/aws/ec2_instance_types/gen.go']

def normalize_files(files):
newfiles = []
Expand Down

0 comments on commit 47cfe70

Please sign in to comment.