GoogleContainerTools / GoogleContainerTools/skaffold

Buildpack auto sync should ignore debug.test

Open
#5,608 11 comments 0 reactions 0 assignees View on GitHub
area/sync kind/friction priority/p1
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

Skaffold + Golang Buildpack with enabled devmode and autosync. Start a test in debug mode in vscode which compiles debug.test and places it in a watched subfolder

### Expected behavior
nothing, completely ignored. just part of developer workflow

### Actual behavior
debug.test is not a *.go file, full rebuild of entire stack

### Information
Skaffold v1.20.0

Whilst typing this and waiting for the full rebuild I've added
```
dependencies:
ignore:
- '**/debug.test'
```

to skaffold.yaml, hope it helps

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.