Skip to content

Commit

Permalink
debug(KONFLUX-926): See what we have
Browse files Browse the repository at this point in the history
  • Loading branch information
jhutar committed Mar 19, 2024
1 parent c828693 commit 437f043
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/load-tests/ci-scripts/setup-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ echo "Installing infra-deployments"
echo " GitHub org: ${INFRA_DEPLOYMENTS_ORG}"
echo " GitHub branch: ${INFRA_DEPLOYMENTS_BRANCH}"
make local/cluster/prepare
##### DEBUG
ls -al
ls -al tmp/ || true
ls -al tmp/infra-deployments || true
#####

## Enable profiling in Tekton controller
if [ "${TEKTON_PERF_ENABLE_CPU_PROFILING:-}" == "true" ] || [ "${TEKTON_PERF_ENABLE_MEMORY_PROFILING:-}" == "true" ]; then
Expand Down

0 comments on commit 437f043

Please sign in to comment.