|
|
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
|
|
image: quay.io/prometheus/golang-builder:1.23-base |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- uses: ./.github/promci/actions/setup_environment |
|
|
|
|
- run: make GOOPTS=--tags=stringlabels GO_ONLY=1 SKIP_GOLANGCI_LINT=1 |
|
|
|
|
- run: go test --tags=stringlabels ./tsdb/ -test.tsdb-isolation=false |
|
|
|
|
@ -28,7 +28,7 @@ jobs: |
|
|
|
|
image: quay.io/prometheus/golang-builder:1.23-base |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- uses: ./.github/promci/actions/setup_environment |
|
|
|
|
- run: go test --tags=dedupelabels ./... |
|
|
|
|
- run: GOARCH=386 go test ./cmd/prometheus |
|
|
|
|
@ -61,7 +61,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- uses: ./.github/promci/actions/setup_environment |
|
|
|
|
with: |
|
|
|
|
enable_go: false |
|
|
|
|
@ -118,7 +118,7 @@ jobs: |
|
|
|
|
thread: [ 0, 1, 2 ] |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- uses: ./.github/promci/actions/build |
|
|
|
|
with: |
|
|
|
|
promu_opts: "-p linux/amd64 -p windows/amd64 -p linux/arm64 -p darwin/amd64 -p darwin/arm64 -p linux/386" |
|
|
|
|
@ -141,7 +141,7 @@ jobs: |
|
|
|
|
# should also be updated. |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- uses: ./.github/promci/actions/build |
|
|
|
|
with: |
|
|
|
|
parallelism: 12 |
|
|
|
|
@ -203,7 +203,7 @@ jobs: |
|
|
|
|
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main' |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- uses: ./.github/promci/actions/publish_main |
|
|
|
|
with: |
|
|
|
|
docker_hub_login: ${{ secrets.docker_hub_login }} |
|
|
|
|
@ -217,7 +217,7 @@ jobs: |
|
|
|
|
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v2.') |
|
|
|
|
steps: |
|
|
|
|
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- uses: ./.github/promci/actions/publish_release |
|
|
|
|
with: |
|
|
|
|
docker_hub_login: ${{ secrets.docker_hub_login }} |
|
|
|
|
@ -232,7 +232,7 @@ jobs: |
|
|
|
|
steps: |
|
|
|
|
- name: Checkout |
|
|
|
|
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 |
|
|
|
|
- uses: prometheus/promci@1a7aaf104b2dcbe64ffd9f98073ca3f33ca616eb # v0.4.2 |
|
|
|
|
- uses: prometheus/promci@468927c440349ab56c4a1aafd453b312841503c2 # v0.4.4 |
|
|
|
|
- name: Install nodejs |
|
|
|
|
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 |
|
|
|
|
with: |
|
|
|
|
|