Skip to content

Commit

Permalink
Add plugin list to docs that is generated from the repo (#71731)
Browse files Browse the repository at this point in the history
Co-authored-by: Stacey Gammon <gammon@elastic.co>
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
# Conflicts:
#	docs/developer/architecture/index.asciidoc
#	src/dev/ci_setup/setup.sh
  • Loading branch information
Spencer authored and spalger committed Jul 16, 2020
1 parent f2b116e commit d5d6907
Show file tree
Hide file tree
Showing 14 changed files with 986 additions and 66 deletions.
13 changes: 13 additions & 0 deletions .ci/pipeline-library/src/test/prChanges.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,17 @@ class PrChangesTest extends KibanaBasePipelineTest {

assertFalse(prChanges.areChangesSkippable())
}

@Test
void 'areChangesSkippable() with skippable changes that are in notSkippablePaths'() {
props([
githubPrs: [
getChanges: { [
[filename: 'docs/developer/architecture/code-exploration.asciidoc'],
] },
],
])

assertFalse(prChanges.areChangesSkippable())
}
}
Loading

0 comments on commit d5d6907

Please sign in to comment.