Skip to content

Commit aba5856

Browse files
authored
Fixup CI (prometheus#3605)
* Cleanup old CircleCI config. * Fix build job dependency. * Update CI badge. Signed-off-by: Ben Kochie <superq@gmail.com>
1 parent 33c8ca0 commit aba5856

3 files changed

Lines changed: 4 additions & 33 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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]

0 commit comments

Comments
 (0)