-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description Adds the two scripts used for testing. Also increase a timeout because the test failed in azure. Example loading is really slow, I think it's because the load job has no requests. I made a ticket for it #324 While I looked at it, the CPU usage of the python load process was really high, so that's why I think it might be that. https://ci.stackable.tech/view/05%20Documentation%20Tests/job/superset-operator-documentation-test/3/
- Loading branch information
Showing
4 changed files
with
28 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
docs/modules/getting_started/examples/code/test_getting_started_helm.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#! /usr/bin/env bash | ||
set -euo pipefail | ||
|
||
cd "$(dirname "$0")" | ||
./getting_started.sh helm | ||
|
6 changes: 6 additions & 0 deletions
6
docs/modules/getting_started/examples/code/test_getting_started_stackablectl.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#! /usr/bin/env bash | ||
set -euo pipefail | ||
|
||
cd "$(dirname "$0")" | ||
./getting_started.sh stackablectl | ||
|