Skip to content

Commit 34a854b

Browse files
committed
A little bit of templating (from operator-templating)
1 parent 2b98848 commit 34a854b

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ result
1313
image.tar
1414

1515
tilt_options.json
16-
local_values.yaml
1716

1817
.direnv/
1918
.direnvrc

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ repos:
1515
- id: detect-private-key
1616

1717
- repo: https://github.com/EmbarkStudios/cargo-deny
18-
# Failing to compile cargo-deny with version >0.18.3, needs rust 1.88.0
19-
rev: baa02b0a0c54e0578aae6bb7c7181ad00dc290af # 0.18.3
18+
rev: 8d76e7e991107da82c4a59cdc362a2739539f55d # 0.18.9
2019
hooks:
2120
- id: cargo-deny
2221
args: ["--all-features", "check", "advisories", "bans", "licenses", "sources"]

scripts/run-tests

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import shutil
1111
import subprocess
1212
import sys
1313
import tempfile
14-
import time
1514

1615
__version__ = "0.0.1"
1716

@@ -452,7 +451,6 @@ def main(argv) -> int:
452451
gen_tests(opts.test_suite, opts.namespace, opts.work_dir)
453452
with release_file(opts.operator, opts.skip_operator) as f:
454453
maybe_install_release(opts.skip_release, f, opts.listener_class_preset)
455-
time.sleep(10)
456454
if opts.skip_tests:
457455
logging.info("Skip running tests.")
458456
else:

0 commit comments

Comments
 (0)