From 08ab5e8c292562eaa8812b603e6d072304f6019c Mon Sep 17 00:00:00 2001 From: Michael Sarahan Date: Thu, 10 Oct 2024 21:38:47 -0500 Subject: [PATCH] hard-code default endpoint --- .github/workflows/pr.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index ce7435a9c..8b8f3237a 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -9,9 +9,6 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true -env: - TEMPO_HOST: https://136.49.91.190:4318 - jobs: telemetry-setup: runs-on: ubuntu-latest @@ -81,7 +78,7 @@ jobs: with: build_type: pull-request traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} - default_endpoint: $TEMPO_HOST + default_endpoint: https://136.49.91.190:4318 conda-cpp-tests: needs: [conda-cpp-build, changed-files] secrets: inherit @@ -98,7 +95,7 @@ jobs: with: build_type: pull-request traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} - default_endpoint: $TEMPO_HOST + default_endpoint: https://136.49.91.190:4318 conda-python-tests: needs: [conda-python-build, changed-files] secrets: inherit @@ -119,7 +116,7 @@ jobs: container_image: "rapidsai/ci-conda:latest" run_script: "ci/build_docs.sh" traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} - default_endpoint: $TEMPO_HOST + default_endpoint: https://136.49.91.190:4318 wheel-build-cpp: needs: - checks @@ -131,7 +128,7 @@ jobs: build_type: pull-request script: ci/build_wheel_cpp.sh traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} - default_endpoint: $TEMPO_HOST + default_endpoint: https://136.49.91.190:4318 wheel-build-python: needs: - wheel-build-cpp @@ -142,7 +139,7 @@ jobs: build_type: pull-request script: ci/build_wheel_python.sh traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} - default_endpoint: $TEMPO_HOST + default_endpoint: https://136.49.91.190:4318 wheel-tests: needs: [wheel-build-python, changed-files] secrets: inherit @@ -160,7 +157,7 @@ jobs: arch: '["amd64"]' cuda: '["12.5"]' traceparent: ${{ needs.telemetry-setup.outputs.traceparent }} - default_endpoint: $TEMPO_HOST + default_endpoint: https://136.49.91.190:4318 build_command: | sccache -z; build-all -DBUILD_BENCHMARKS=ON --verbose;