Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "add opentelemery helper scripts" #121

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 0 additions & 49 deletions tests/test_rapids-get-telemetry-trace-id.py

This file was deleted.

2 changes: 1 addition & 1 deletion tools/rapids-conda-retry
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ condaCmd=${RAPIDS_CONDA_EXE:=conda}
# needToRetry: 1 if the command should be retried, 0 if it should not be
function runConda {
# shellcheck disable=SC2086
rapids-otel-wrap ${condaCmd} ${args} 2>&1| tee "${outfile}"
${condaCmd} ${args} 2>&1| tee "${outfile}"
exitcode=$?
needToRetry=0
needToClean=0
Expand Down
2 changes: 1 addition & 1 deletion tools/rapids-get-pr-conda-artifact
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ if [[ -z "${commit}" ]]; then
commit=$(git ls-remote https://github.com/rapidsai/"${repo}".git refs/heads/pull-request/"${pr}" | cut -c1-7)
fi

rapids-otel-wrap rapids-get-artifact "ci/${repo}/pull-request/${pr}/${commit}/${artifact_name}"
rapids-get-artifact "ci/${repo}/pull-request/${pr}/${commit}/${artifact_name}"
6 changes: 0 additions & 6 deletions tools/rapids-get-telemetry-trace-id

This file was deleted.

30 changes: 0 additions & 30 deletions tools/rapids-get-telemetry-traceparent

This file was deleted.

2 changes: 1 addition & 1 deletion tools/rapids-mamba-retry
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ for arg in "$@"; do
fi
done

rapids-otel-wrap rapids-conda-retry "${args[@]}"
rapids-conda-retry "$@"
53 changes: 0 additions & 53 deletions tools/rapids-otel-wrap

This file was deleted.

2 changes: 1 addition & 1 deletion tools/rapids-upload-conda-to-s3
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ pkg_name="$(rapids-package-name "$pkg_type")"
# Where conda build artifacts are output
path_to_tar_up="${RAPIDS_CONDA_BLD_OUTPUT_DIR}"

rapids-otel-wrap rapids-upload-to-s3 "${pkg_name}" "${path_to_tar_up}"
rapids-upload-to-s3 "${pkg_name}" "${path_to_tar_up}"
2 changes: 1 addition & 1 deletion tools/rapids-upload-wheels-to-s3
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ if [ "${CI:-false}" = "false" ]; then
exit 0
fi

rapids-otel-wrap rapids-upload-to-s3 "${pkg_name}" "$@"
rapids-upload-to-s3 "${pkg_name}" "$@"