Skip to content

Commit

Permalink
enable bonfire telemetry (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjholder authored Feb 5, 2024
1 parent 0873469 commit c51fe5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export BONFIRE_NS_REQUESTER="${JOB_NAME}-${BUILD_NUMBER}"
# which branch to fetch cicd scripts from in bonfire repo
export BONFIRE_REPO_BRANCH="${BONFIRE_REPO_BRANCH:-main}"
export BONFIRE_REPO_ORG="${BONFIRE_REPO_ORG:-RedHatInsights}"
export ENABLE_TELEMETRY="true"
SUPPORTED_CLUSTERS=('ephemeral' 'crcd')
if [[ -z "${AVAILABLE_CLUSTERS[*]}" ]]; then
AVAILABLE_CLUSTERS=("${SUPPORTED_CLUSTERS[@]}")
Expand Down

0 comments on commit c51fe5f

Please sign in to comment.