File tree 2 files changed +24
-39
lines changed
2 files changed +24
-39
lines changed Original file line number Diff line number Diff line change 1
1
---
2
+ # This project has switched to GitHub actions.
3
+ # Circle CI is not disabled repository-wise so that previous pull requests
4
+ # continue working.
5
+ # This file does not generate any CircleCI workflow.
6
+
2
7
version : 2.1
3
- orbs :
4
- prometheus :
prometheus/[email protected]
8
+
5
9
executors :
6
- # This must match .promu.yml.
10
+
7
11
golang :
8
12
docker :
9
- - image : cimg/go:1.23
13
+ - image : busybox
14
+
10
15
jobs :
11
- test :
16
+ noopjob :
12
17
executor : golang
18
+
13
19
steps :
14
- - prometheus/setup_environment
15
- - run : make
16
- - prometheus/store_artifact :
17
- file : elasticsearch_exporter
20
+ - run :
21
+ command : " true "
22
+
23
+
18
24
workflows :
19
25
version : 2
20
26
elasticsearch_exporter :
21
27
jobs :
22
- - test :
28
+ - noopjob
29
+ triggers :
30
+ - schedule :
31
+ cron : " 0 0 30 2 *"
23
32
filters :
24
- tags :
25
- only : /.*/
26
- - prometheus/build :
27
- name : build
28
- filters :
29
- tags :
30
- only : /.*/
31
- - prometheus/publish_master :
32
- context : org-context
33
- docker_hub_organization : prometheuscommunity
34
- quay_io_organization : prometheuscommunity
35
- requires :
36
- - test
37
- - build
38
- filters :
39
- branches :
40
- only : master
41
- - prometheus/publish_release :
42
- context : org-context
43
- docker_hub_organization : prometheuscommunity
44
- quay_io_organization : prometheuscommunity
45
- requires :
46
- - test
47
- - build
48
- filters :
49
- tags :
50
- only : /^v.*/
51
33
branches :
52
- ignore : /.*/
34
+ only :
35
+ - main
36
+ - master
Original file line number Diff line number Diff line change 1
1
go :
2
- # This must match .circle/config.yml.
2
+ # Whenever the Go version is updated here,
3
+ # .github/workflows should also be updated.
3
4
version : 1.23
4
5
repository :
5
6
path : github.com/prometheus-community/elasticsearch_exporter
You can’t perform that action at this time.
0 commit comments