Skip to content

Commit f1ba63d

Browse files
committed
Update templated files to rev 98b2ede (#131)
Automatically created PR based on commit 98b2ede8ab33eee40016d899ddaa788a449409d7 in stackabletech/operator-templating repo. Triggered by: Daily run triggered
1 parent 44a5809 commit f1ba63d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
113113
with:
114114
submodules: recursive
115-
- uses: EmbarkStudios/cargo-deny-action@ccfac4e084d1dedad50125be4550f87a21ba181e # tag=v1.2.15
115+
- uses: EmbarkStudios/cargo-deny-action@3481b77dfd7b1d3c62bebdbfb57695131cd59c8f # tag=v1.2.17
116116
with:
117117
command: check ${{ matrix.checks }}
118118

scripts/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ popd
2525

2626
# Run tests
2727
pushd tests/_work
28-
kubectl kuttl test
28+
kubectl kuttl test "$@"
2929
popd

tests/README-templating.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,13 @@ To run tests locally you need the following things installed:
7171

7272
- python3 (version >= 3.9)
7373
- pyyaml library installed
74-
- ansible
74+
- ansible (tested with `2.10.8` and `2.12.5`)
75+
- jq
7576

7677
### Running
7778

7879
To run tests please execute the following command from the gitroot of the operator repository:
7980

80-
`scripts/run_tests.sh`
81+
`scripts/run_tests.sh --parallel 2`
8182

82-
This will install the necessary ansible role into `tests/ansible/roles`, expand the test templates into all defined test scenarios and execute kuttl to test these scenarios.
83+
This will install the necessary ansible role into `tests/ansible/roles`, expand the test templates into all defined test scenarios and execute kuttl to test these scenarios. Any arguments are passed on to `kuttl`.

0 commit comments

Comments
 (0)