File tree 1 file changed +37
-43
lines changed
1 file changed +37
-43
lines changed Original file line number Diff line number Diff line change 1
- ---
2
1
version : 2.1
3
-
4
2
orbs :
5
- prometheus :
prometheus/[email protected]
6
-
3
+ prometheus :
prometheus/[email protected]
7
4
executors :
8
5
# Whenever the Go version is updated here, .promu.yml should
9
6
# also be updated.
10
7
golang :
11
8
docker :
12
- - image : circleci/golang:1.15
13
-
9
+ - image : circleci/golang:1.15
14
10
jobs :
15
11
test :
16
12
executor : golang
17
-
18
13
steps :
19
- - prometheus/setup_environment
20
- - run : make
21
- - prometheus/store_artifact :
22
- file : prom-label-proxy
23
- - store_test_results :
24
- path : test-results
25
-
14
+ - prometheus/setup_environment
15
+ - run : make
16
+ - prometheus/store_artifact :
17
+ file : prom-label-proxy
18
+ - store_test_results :
19
+ path : test-results
26
20
workflows :
27
21
version : 2
28
22
prom-label-proxy :
29
23
jobs :
30
- - test :
31
- filters :
32
- tags :
33
- only : /.*/
34
- - prometheus/build :
35
- name : build
36
- filters :
37
- tags :
38
- only : /.*/
39
- - prometheus/publish_master :
40
- docker_hub_organization : " " # Don't publish to DockerHub.
41
- quay_io_organization : prometheuscommunity
42
- requires :
43
- - test
44
- - build
45
- filters :
46
- branches :
47
- only : master
48
- - prometheus/publish_release :
49
- docker_hub_organization : " " # Don't publish to DockerHub.
50
- quay_io_organization : prometheuscommunity
51
- requires :
52
- - test
53
- - build
54
- filters :
55
- tags :
56
- only : /^v.*/
57
- branches :
58
- ignore : /.*/
24
+ - test :
25
+ filters :
26
+ tags :
27
+ only : /.*/
28
+ - prometheus/build :
29
+ name : build
30
+ filters :
31
+ tags :
32
+ only : /.*/
33
+ - prometheus/publish_master :
34
+ docker_hub_organization : " " # Don't publish to DockerHub.
35
+ quay_io_organization : prometheuscommunity
36
+ requires :
37
+ - test
38
+ - build
39
+ filters :
40
+ branches :
41
+ only : master
42
+ - prometheus/publish_release :
43
+ docker_hub_organization : " " # Don't publish to DockerHub.
44
+ quay_io_organization : prometheuscommunity
45
+ requires :
46
+ - test
47
+ - build
48
+ filters :
49
+ tags :
50
+ only : /^v.*/
51
+ branches :
52
+ ignore : /.*/
You can’t perform that action at this time.
0 commit comments