-
Notifications
You must be signed in to change notification settings - Fork 4
[TRACIER - DO NO MERGE] feat: scenario tests for nightly CI runs #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 40 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
820b67f
introduce: initial scenarios
redpanda-f f0fdab5
feat: githooks, ADVANCED_README
redpanda-f 803aeb9
rename: foc-start-test to foc-devnet-test
redpanda-f 930d7eb
add: fixes
redpanda-f d077ef5
add: support for latestCommit and latestTag
redpanda-f e6bedf0
fix: scenarios
redpanda-f f7452f6
fix: test_basic_balances
redpanda-f ba87369
fix: ensure_foundry was in wrong location
redpanda-f c28437c
feat: latestCommit and latestTag takes a branch optionally
redpanda-f a247b2a
init: pythonic tests
redpanda-f ce99d99
add: interbranch PR triggers CI
redpanda-f f166fa1
fix: use '**' glob so CI triggers on slash-separated feature branches
redpanda-f f40b6bf
add: interbranch PR triggers CI
redpanda-f d035fa9
add: interbranch PR triggers CI
redpanda-f d489d84
remove: shell
redpanda-f 676dc42
fix: python tests
redpanda-f 85a2a60
fix: move into scenarios/ directory
redpanda-f 8bcaccb
add: README_ADVANCED on how to add pythonic tests
redpanda-f 02746f3
try: multimachine strategy
redpanda-f f56797c
add: fail-fast: false
redpanda-f a8ee429
add: 16xlarge+gpu, 8xlarge+gpu
redpanda-f 1758b43
add: 16xlarge+gpu, 8xlarge+gpu
redpanda-f b1b2d94
fix: scenarios call
redpanda-f 5f874fa
fix: remove _py suffix
redpanda-f 84b9dd9
add: test_storage_e2e.py
redpanda-f dff3dbc
feat: report on success
redpanda-f 1a01c0e
add: issue-reporting step
redpanda-f b729095
fix: issue-reporting
redpanda-f 8df4771
fix: run always()
redpanda-f 91861c7
feat: support for matrix
redpanda-f 3f7baa7
feat: add cql scenario, run calls every scenario via subprocess, simp…
redpanda-f 2e0ec3e
introduce: timeouts
redpanda-f ce88862
increase timeout
redpanda-f bbf251e
chore: py lint
redpanda-f fa09446
chore: scripts for linting, pre-commit hooks
redpanda-f 208097e
chore: CI uses lint.sh
redpanda-f 46564a5
chore: simplify install_precommit_hooks.sh
redpanda-f cc8946e
fix: .gitignore
redpanda-f 8883484
fix: CI
redpanda-f 2e48244
update: CI.yml
redpanda-f 93d307e
fix: push
redpanda-f 5daee84
retry: CI
redpanda-f 80805ba
fixes: cleanup, remove latestCommit
redpanda-f 5378aee
fixes
redpanda-f 6399674
fix: black lint
redpanda-f 59e131b
fix: now depend on warm-storage-deploy-all.sh
redpanda-f c129f28
fix: timing thingy in run.py
redpanda-f 9469e59
fix: differentiate pull request CI and nightly CI
redpanda-f e1c528f
update: node version, commits
redpanda-f 2d0ed2b
fix: test_caching_subsystem.py
redpanda-f 721355e
fix: test_caching_subsystem.py
redpanda-f 5a4c3de
fix: not py fails due to var decl
redpanda-f c912df6
add: --noterminal override for version information
redpanda-f fd437f3
feat: report synapse-sdk commit
redpanda-f 87095df
added: potential resolution to job reference
redpanda-f fe48197
remove: githooks/, added into .gitignore
redpanda-f f610d13
Update scenarios/run.py
redpanda-f 8692af2
separate: setup from call
redpanda-f b9bc4ed
host: write_random_file
redpanda-f 0b5816f
add: latest tag information
redpanda-f af9f714
introduce: pyenv based python resolution
redpanda-f c477672
Merge branch 'main' into feat/redpanda/feat-scenarios-py
redpanda-f File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,7 @@ | ||
| #!/usr/bin/env bash | ||
| set -euo pipefail | ||
|
|
||
| FIX="${FIX:-1}" | ||
| REPO_ROOT="$(git rev-parse --show-toplevel)" | ||
|
|
||
| $REPO_ROOT/scripts/lint.sh |
This file contains hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.