Skip to content

Allow brupop-controller-deployment pods to be discovered by Splunk otel-collector #1113

Allow brupop-controller-deployment pods to be discovered by Splunk otel-collector

Allow brupop-controller-deployment pods to be discovered by Splunk otel-collector #1113

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- '**.md'
- 'COPYRIGHT'
- 'LICENSE**'
- 'design/**'
branches: [develop]
push:
paths-ignore:
- '**.md'
- 'COPYRIGHT'
- 'LICENSE**'
- 'design/**'
branches: [develop]
jobs:
build-binary:
name: build
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v4
- run: rustup update stable
- run: make build
- name: Ensure git is clean
shell: bash
run: |
git --no-pager diff
test -z "$(git status --untracked-files=all --porcelain)"
build-container:
name: brupop-image
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v4
- run: make brupop-image
- name: Ensure git is clean
shell: bash
run: |
git --no-pager diff
test -z "$(git status --untracked-files=all --porcelain)"