-
Notifications
You must be signed in to change notification settings - Fork 315
/
Copy pathfluent-plugin-detect-exceptions.yaml
54 lines (46 loc) · 1.34 KB
/
fluent-plugin-detect-exceptions.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
package:
name: fluent-plugin-detect-exceptions
version: 0.0.16
epoch: 0
description: Fluentd output plugin which detects exception stack traces in a stream of JSON log messages and combines all single-line messages that belong to the same stack trace into one multi-line message. This is an official Google Ruby gem.
copyright:
- license: Apache-2.0
dependencies:
provides:
- ruby3.2-fluent-plugin-detect-exceptions=${{package.full-version}}
runtime:
- ruby3.2-fluentd
environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- git
- ruby-3.2
- ruby-3.2-dev
pipeline:
- uses: git-checkout
with:
expected-commit: 09e07e7fe431017a3a3491c544ab994bc86d0676
repository: https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions
tag: ${{package.version}}
- uses: ruby/build
with:
gem: ${{vars.gem}}
- uses: ruby/install
with:
gem: ${{vars.gem}}
version: ${{package.version}}
- uses: ruby/clean
vars:
gem: fluent-plugin-detect-exceptions
update:
enabled: true
github:
identifier: GoogleCloudPlatform/fluent-plugin-detect-exceptions
test:
pipeline:
- runs: |
ruby -e "require 'fluent/plugin/exception_detector'"
ruby -e "require 'fluent/plugin/out_detect_exceptions'"