Skip to content

need to keep with test-west in order to see fluentbit #2042

need to keep with test-west in order to see fluentbit

need to keep with test-west in order to see fluentbit #2042

Workflow file for this run

name: pr
on:
push:
branches:
- "pull-request/[0-9]+"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
SHARED_ACTIONS_REF: empty-certs
jobs:
telemetry-setup:
runs-on: ubuntu-latest
continue-on-error: true
env:
OTEL_SERVICE_NAME: "pr-rmm"
OTEL_EXPORTER_OTLP_ENDPOINT: "https://fb.local.gha-runners.nvidia.com:4318/"
SHARED_ACTIONS_REF: empty-certs
steps:
- name: Telemetry setup
uses: rapidsai/shared-actions/telemetry-dispatch-stash-base-env-vars@empty-certs
conda-cpp-build:
secrets: inherit
needs: telemetry-setup
uses: rapidsai/shared-workflows/.github/workflows/conda-cpp-build.yaml@no-certs
with:
build_type: pull-request
telemetry-summarize:
runs-on: linux-amd64-cpu4-test-west
needs: conda-cpp-build
if: always()
continue-on-error: true
env:
SHARED_ACTIONS_REF: empty-certs
steps:
- name: Telemetry summarize
uses: rapidsai/shared-actions/telemetry-dispatch-write-summary@empty-certs