Skip to content

Commit a1f7741

Browse files
committed
Add pull request check for validating changelogs (#100449)
1 parent 4210a29 commit a1f7741

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
steps:
2+
- label: validate-changelogs
3+
command: .ci/scripts/run-gradle.sh -Dignore.tests.seed validateChangelogs
4+
timeout_in_minutes: 300
5+
agents:
6+
provider: gcp
7+
image: family/elasticsearch-ubuntu-2004
8+
machineType: custom-32-98304
9+
buildDirectory: /dev/shm/bk

0 commit comments

Comments
 (0)