Skip to content

Commit 5e504ea

Browse files
committed
add memcached exporter to syncbot
Signed-off-by: Coleen Iona Quadros <[email protected]>
1 parent 5c8f87c commit 5e504ea

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: ACM Memcached exporter merger
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: '0 0 * * 1' #@weekly
7+
pull_request:
8+
paths:
9+
- '.github/workflows/merge-acm-flow.yaml'
10+
- '.github/workflows/merge-acm-memcached-exporter.yaml'
11+
push:
12+
paths:
13+
- '.github/workflows/merge-acm-flow.yaml'
14+
- '.github/workflows/merge-acm-memcached-exporter.yaml'
15+
jobs:
16+
memcached-exporter-merge:
17+
uses: ./.github/workflows/merge-acm-flow.yaml
18+
with:
19+
upstream: prometheus/memcached_exporter
20+
downstream: stolostron/memcached_exporter
21+
sandbox: rhobs/acm-memcached_exporter
22+
go-version: "1.24"
23+
restore-downstream: >-
24+
OWNERS
25+
restore-upstream: >-
26+
CHANGELOG.md
27+
VERSION
28+
go.mod
29+
go.sum
30+
pkg
31+
cmd
32+
secrets:
33+
pr-app-id: ${{ secrets.ACM_APP_ID }}
34+
pr-app-private-key: ${{ secrets.ACM_APP_PRIVATE_KEY }}
35+
cloner-app-id: ${{ secrets.ACM_CLONER_APP_ID }}
36+
cloner-app-private-key: ${{ secrets.ACM_CLONER_APP_PRIVATE_KEY }}
37+
slack-webhook-url: ${{ secrets.ACM_SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)