File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8787 test_docker :
8888 name : Test docker image
8989 runs-on : ubuntu-latest
90- needs : [test_go, build_all ]
90+ needs : [test_go, build ]
9191 env :
9292 DOCKER_TEST_IMAGE_NAME : quay.io/prometheus/golang-builder:1.26-base
9393 REPO_PATH : github.com/prometheus/node_exporter
@@ -116,7 +116,7 @@ jobs:
116116 publish_main :
117117 name : Publish main branch artifacts
118118 runs-on : ubuntu-latest
119- needs : [test_go, test_go_arm, build_all ]
119+ needs : [test_go, test_go_arm, build ]
120120 if : github.event_name == 'push' && github.event.ref == 'refs/heads/master'
121121 steps :
122122 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -132,7 +132,7 @@ jobs:
132132 publish_release :
133133 name : Publish release artifacts
134134 runs-on : ubuntu-latest
135- needs : [test_go, test_go_arm, build_all ]
135+ needs : [test_go, test_go_arm, build ]
136136 if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
137137 steps :
138138 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Original file line number Diff line number Diff line change 11# Node exporter
22
3- [ ![ CircleCI ] ( https://circleci .com/gh/ prometheus/node_exporter/tree/master. svg?style=shield )] [ circleci ]
3+ [ ![ Build Status ] ( https://github .com/prometheus/node_exporter/actions/workflows/ci.yml/badge. svg )] ( https://github.com/prometheus/node_exporter/actions/workflows/ci.yml )
44![ bsd workflow] ( https://github.com/prometheus/node_exporter/actions/workflows/bsd.yml/badge.svg )
55![ golangci-lint workflow] ( https://github.com/prometheus/node_exporter/actions/workflows/golangci-lint.yml/badge.svg )
66[ ![ Docker Repository on Quay] ( https://quay.io/repository/prometheus/node-exporter/status )] [ quay ]
You can’t perform that action at this time.
0 commit comments