File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3030 ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI : " ${ELASTIC_PACKAGE_DISABLE_ELASTIC_AGENT_WOLFI:-false}"
3131 # Disable checking for newer versions
3232 ELASTIC_PACKAGE_CHECK_UPDATE_DISABLED : " true"
33- # Select method to validate fields are documented
34- ELASTIC_PACKAGE_FIELD_VALIDATION_TEST_METHOD : " mappings"
3533
3634steps :
3735 - label : " Get reference from target branch"
Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ teardown_test_package() {
757757}
758758
759759list_all_directories () {
760- find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort | grep -E ' ^teleport$ '
760+ find . -maxdepth 1 -mindepth 1 -type d | xargs -I {} basename {} | sort
761761}
762762
763763check_package () {
Original file line number Diff line number Diff line change @@ -231,5 +231,3 @@ require (
231231sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
232232sigs.k8s.io/yaml v1.4.0 // indirect
233233)
234-
235- replace github.com/elastic/elastic-package => github.com/elastic/elastic-package v0.109.2-0.20250220090015-bbd8bcadb505
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
125125github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
126126github.com/elastic/elastic-integration-corpus-generator-tool v0.10.0 h1:sx1lpZuTG5suJuvgix4FWQFCLFFbzkoOmPoHWYOPLCY =
127127github.com/elastic/elastic-integration-corpus-generator-tool v0.10.0 /go.mod h1:2/30n+2QRzRzus4TPVUV1T3U/j8g2ItUgvP0pcpjLGk =
128- github.com/elastic/elastic-package v0.109.2-0.20250220090015-bbd8bcadb505 h1:BXMmHXW+5eSYI3l8SGvJY2ShiE4UgAWE7L7BWEMJjtQ =
129- github.com/elastic/elastic-package v0.109.2-0.20250220090015-bbd8bcadb505 /go.mod h1:k/wq12XJyfvwr9mj/6xqTMVXf8IO2h6Lpu3EPnVQVZs =
128+ github.com/elastic/elastic-package v0.109.1 h1:ATZVgYOCI6L5Yr0NxjSX+MsuK4UvXkpu9tDkO4K2vgo =
129+ github.com/elastic/elastic-package v0.109.1 /go.mod h1:vmVYISfxBrl0ejjKbm/AG0drjrmevysVg2ZIP7yewLo =
130130github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo =
131131github.com/elastic/go-elasticsearch/v7 v7.17.10 /go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4 =
132132github.com/elastic/go-licenser v0.4.2 h1:bPbGm8bUd8rxzSswFOqvQh1dAkKGkgAmrPxbUi+Y9+A =
You can’t perform that action at this time.
0 commit comments