-
Notifications
You must be signed in to change notification settings - Fork 0
CI: Artifacts upload check v1 #6
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
base: priotestci
Are you sure you want to change the base?
Changes from all commits
58257fd
5406001
cbfb5fe
e5bac08
db980c3
0687049
106ed96
7d30aaa
8bdb01e
2713724
96015e9
59358fc
5021680
0d14d8f
70f88c4
d09b485
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,9 +8,10 @@ | |||||||||
| "build_platform", | ||||||||||
| "build_off_t_size", | ||||||||||
| ] | ||||||||||
|
|
||||||||||
| def test_priotestci_force_fail(): | ||||||||||
| assert False, "Intentional failure to test PrioTestCI artifacts" | ||||||||||
|
Check failure on line 12 in general/g.version/tests/g_version_test.py
|
||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [ruff] reported by reviewdog 🐶
Suggested change
|
||||||||||
|
|
||||||||||
| def curly_brackets_paired(text): | ||||||||||
| """Check whether all curly brackets in the given text are properly paired.""" | ||||||||||
| counter = 0 | ||||||||||
| for character in text: | ||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[ruff] reported by reviewdog 🐶