Skip to content

Commit

Permalink
Fix files changes filtering in CI (vitessio#11714)
Browse files Browse the repository at this point in the history
* test go.sum modification

Signed-off-by: Florent Poinsard <[email protected]>

* test filter with different go.mod and go.sum rules

Signed-off-by: Florent Poinsard <[email protected]>

* use different filters for go.mod and go.sum everywhere

Signed-off-by: Florent Poinsard <[email protected]>

* clean up go.sum

Signed-off-by: Florent Poinsard <[email protected]>

Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui authored Nov 21, 2022
1 parent 9fa7784 commit 813e757
Show file tree
Hide file tree
Showing 105 changed files with 226 additions and 117 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/check_make_vtadmin_authz_testgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- 'bootstrap.sh'
- 'tools/**'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'Makefile'
- 'go/vt/vtadmin/**'
- '.github/workflows/check_make_vtadmin_authz_testgen.yml'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/check_make_vtadmin_web_proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- 'bootstrap.sh'
- 'tools/**'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'Makefile'
- 'go/vt/proto/**'
- 'proto/*.proto'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_15.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_22.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_mysql80.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_mysql_server_vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_declarative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_ghost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_revert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_revertible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_singleton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_onlineddl_vrepl_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_schemadiff_vrepl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_tabletmanager_consul.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_tabletmanager_tablegc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cluster_endtoend_topo_connection_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
- 'test.go'
- 'Makefile'
- 'build.env'
- 'go.[sumod]'
- 'go.sum'
- 'go.mod'
- 'proto/*.proto'
- 'tools/**'
- 'config/**'
Expand Down
Loading

0 comments on commit 813e757

Please sign in to comment.