File tree Expand file tree Collapse file tree 2 files changed +24
-39
lines changed Expand file tree Collapse file tree 2 files changed +24
-39
lines changed Original file line number Diff line number Diff line change 11---
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+
27version : 2.1
3- orbs :
4- prometheus : prometheus/prometheus@0.17.1
8+
59executors :
6- # This must match .promu.yml.
10+
711 golang :
812 docker :
9- - image : cimg/go:1.23
13+ - image : busybox
14+
1015jobs :
11- test :
16+ noopjob :
1217 executor : golang
18+
1319 steps :
14- - prometheus/setup_environment
15- - run : make
16- - prometheus/store_artifact :
17- file : elasticsearch_exporter
20+ - run :
21+ command : " true "
22+
23+
1824workflows :
1925 version : 2
2026 elasticsearch_exporter :
2127 jobs :
22- - test :
28+ - noopjob
29+ triggers :
30+ - schedule :
31+ cron : " 0 0 30 2 *"
2332 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.*/
5133 branches :
52- ignore : /.*/
34+ only :
35+ - main
36+ - master
Original file line number Diff line number Diff line change 11go :
2- # This must match .circle/config.yml.
2+ # Whenever the Go version is updated here,
3+ # .github/workflows should also be updated.
34 version : 1.23
45repository :
56 path : github.com/prometheus-community/elasticsearch_exporter
You can’t perform that action at this time.
0 commit comments