Skip to content

Commit 8911f47

Browse files
committed
Remove debug changes to test mapping-based validation
1 parent 53425f1 commit 8911f47

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ env:
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

3634
steps:
3735
- label: "Get reference from target branch"

.buildkite/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ teardown_test_package() {
757757
}
758758

759759
list_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

763763
check_package() {

go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,5 +231,3 @@ require (
231231
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
232232
sigs.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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
125125
github.com/dustin/go-humanize v1.0.1/go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto=
126126
github.com/elastic/elastic-integration-corpus-generator-tool v0.10.0 h1:sx1lpZuTG5suJuvgix4FWQFCLFFbzkoOmPoHWYOPLCY=
127127
github.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=
130130
github.com/elastic/go-elasticsearch/v7 v7.17.10 h1:TCQ8i4PmIJuBunvBS6bwT2ybzVFxxUhhltAs3Gyu1yo=
131131
github.com/elastic/go-elasticsearch/v7 v7.17.10/go.mod h1:OJ4wdbtDNk5g503kvlHLyErCgQwwzmDtaFC4XyOxXA4=
132132
github.com/elastic/go-licenser v0.4.2 h1:bPbGm8bUd8rxzSswFOqvQh1dAkKGkgAmrPxbUi+Y9+A=

0 commit comments

Comments
 (0)