Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit aa09c0e

Browse files
authored
Merge branch 'master' into arm-suppport
2 parents 0ece4da + 9430a9a commit aa09c0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def checkTestSuite(Map parallelTasks = [:], Map item = [:]) {
258258
}
259259
def pullRequestFilter = scenario.containsKey('pullRequestFilter') ? scenario.pullRequestFilter : ''
260260
def tags = scenario.tags
261-
def regexps = [ "^e2e/_suites/${suite}/.*", "^.ci/.*", "^cli/.*", "^e2e/.*\\.go" ]
261+
def regexps = [ "^e2e/_suites/${suite}/.*", "^.ci/.*", "^cli/.*", "^e2e/.*\\.go", "^internal/.*\\.go" ]
262262
if ("${FORCE_SKIP_GIT_CHECKS}" == "true" || isGitRegionMatch(patterns: regexps, shouldMatchAll: false)) {
263263
platformsValue.each { platform ->
264264
log(level: 'INFO', text: "Adding ${platform}:${suite}:${tags} test suite to the build execution")

internal/kibana/integrations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212

1313
// IntegrationPackage used to share information about a integration
1414
type IntegrationPackage struct {
15-
ID string `json:"id,omitempty"`
15+
ID string `json:"-"`
1616
Name string `json:"name"`
1717
Title string `json:"title"`
1818
Version string `json:"version"`

0 commit comments

Comments
 (0)