Skip to content

Commit 00ce38a

Browse files
authored
Merge branch 'main' into refactor/release-scripts
2 parents 4242744 + f1d616a commit 00ce38a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci-scripts/collect-results.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RHDH_INSTALL_METHOD="${RHDH_INSTALL_METHOD:-helm}"
2424
LOCUST_NAMESPACE="${LOCUST_NAMESPACE:-locust-operator}"
2525
RHDH_METRIC="${RHDH_METRIC:-true}"
2626
PSQL_EXPORT="${PSQL_EXPORT:-false}"
27+
ENABLE_ORCHESTRATOR="${ENABLE_ORCHESTRATOR:-false}"
2728

2829
cli="oc"
2930
clin="$cli -n $RHDH_NAMESPACE"

ci-scripts/rhdh-setup/template/backstage/app-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ catalog:
2727
timeout:
2828
minutes: 1
2929
initialDelay:
30-
seconds: 15
30+
minutes: 1
3131
techdocs:
3232
builder: local
3333
generator:

0 commit comments

Comments
 (0)