forked from prometheus/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.promu.yml
26 lines (26 loc) · 781 Bytes
/
.promu.yml
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
go:
# Whenever the Go version is updated here, .travis.yml and
# .circle/config.yml should also be updated if in use.
version: 1.23
repository:
path: github.com/prometheus/test-infra
build:
binaries:
- name: infra
path: ./infra
- name: tools/amGithubNotifier
path: ./tools/amGithubNotifier
- name: tools/comment-monitor
path: ./tools/comment-monitor
- name: tools/fake-webserver
path: ./tools/fake-webserver
- name: tools/scaler
path: ./tools/scaler
- name: tools/load-generator
path: ./tools/load-generator
- name: tools/block-sync
path: ./tools/block-sync
flags: -a -tags netgo
crossbuild:
platforms:
- linux/amd64