-
Notifications
You must be signed in to change notification settings - Fork 315
/
Copy pathfluent-plugin-grok-parser.yaml
56 lines (48 loc) · 1.14 KB
/
fluent-plugin-grok-parser.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
package:
name: fluent-plugin-grok-parser
version: 2.6.2
epoch: 1
description: Fluentd's Grok parser
copyright:
- license: Apache-2.0
dependencies:
provides:
- ruby3.2-fluent-plugin-grok-parser=${{package.full-version}}
runtime:
- ruby3.2-fluentd
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- ruby-3.2
- ruby-3.2-dev
vars:
gem: fluent-plugin-grok-parser
pipeline:
- uses: git-checkout
with:
expected-commit: 2fe22dba73dc3a6c7020fa7d43a396f87421e336
repository: https://github.com/fluent/fluent-plugin-grok-parser
tag: v${{package.version}}
- uses: ruby/build
with:
gem: ${{vars.gem}}
- uses: ruby/install
with:
gem: ${{vars.gem}}
version: ${{package.version}}
- uses: ruby/clean
test:
pipeline:
- runs: |
ruby -e "require 'fluent/plugin/grok'"
ruby -e "require 'fluent/plugin/parser_grok'"
ruby -e "require 'fluent/plugin/parser_multiline_grok'"
update:
enabled: true
github:
identifier: fluent/fluent-plugin-grok-parser
strip-prefix: v
use-tag: true