Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

ITHD-233358 Resync Code from Source #5

Merged
merged 30 commits into from
Jan 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
f2fc245
Bump lxml from 4.9.1 to 4.9.3 (#387)
dependabot[bot] Sep 21, 2023
6ddaf27
Rework structure of CI workflow (#494)
EnricoMi Sep 21, 2023
bd22544
Allow for adding or removing test file path prefix (#495)
EnricoMi Sep 22, 2023
d93dbc0
Releasing v2.10.0
EnricoMi Sep 22, 2023
19b3c29
Specify option in readme to fail action
EnricoMi Sep 22, 2023
38e2922
Reduce output from `action_fail` (#511)
MPV Oct 8, 2023
4e4df66
Test publish on arm64 (#513)
EnricoMi Oct 8, 2023
c0b8fea
Publish ARM images (#512)
mightyguava Oct 9, 2023
a23f810
Mention ARM in README.md (#514)
EnricoMi Oct 9, 2023
560aeb0
Update urllib3 and charset-normalizer, remove unused dependencies (#507)
dependabot[bot] Oct 9, 2023
48fc7ad
Do not publish if tests are cancelled (#515)
EnricoMi Oct 9, 2023
78b6281
Use virtualenv in composite action (#501)
EnricoMi Oct 10, 2023
ca89ad0
Releasing v2.11.0
EnricoMi Oct 10, 2023
7aeefc7
Document using relative paths (#519)
EnricoMi Oct 12, 2023
d826f85
CI: Fix issues with uploaded changed expectation files (#520)
EnricoMi Oct 12, 2023
8cdbc41
Handle incomplete / none JSON elements (#530)
EnricoMi Nov 13, 2023
1b521c1
Add badge JSON to GIST (#536)
EnricoMi Nov 28, 2023
d47d57b
Revert cron time, fix yaml syntax
EnricoMi Nov 28, 2023
65976d5
Have badgen generate workflows and download badges from json
EnricoMi Nov 28, 2023
f0b959b
Use forwarded Gist URL (#537)
EnricoMi Dec 1, 2023
b9929bc
Remove link from emojis in summary MD (#540)
EnricoMi Dec 15, 2023
3cd0197
Improve emoji for passed tests (#542)
EnricoMi Dec 18, 2023
dd65627
Fix failing on no files (#543)
EnricoMi Dec 18, 2023
d764099
Add option to disable status check (#532)
TurnrDev Dec 19, 2023
bea8616
Upgrade CI and Python dependencies (#523)
AdrianDsg Dec 22, 2023
e780361
Releasing v2.12.0
EnricoMi Dec 22, 2023
4a497bd
resync
ahernandez411 Dec 22, 2023
417617d
Merge branch 'master' into ithd-233358-resync-code
ahernandez411 Dec 22, 2023
cbe23ce
Change instances of EnricoMi to im-open
ahernandez411 Dec 22, 2023
d6ab9f4
Merge branch 'ithd-233358-resync-code' of github.com:im-open/publish-…
ahernandez411 Dec 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reduce output from action_fail (EnricoMi#511)
  • Loading branch information
MPV authored Oct 8, 2023
commit 38e2922b263a122af1de344c17b5b2ecffbf18a0
2 changes: 0 additions & 2 deletions python/publish_test_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,6 @@ def main(settings: Settings, gha: GithubAction) -> None:

if action_fail_required(conclusion, settings.action_fail, settings.action_fail_on_inconclusive):
gha.error(f'This action finished successfully, but test results have status {conclusion}.')
gha.error(f'Configuration requires this action to fail (action_fail={settings.action_fail}, '
f'action_fail_on_inconclusive={settings.action_fail_on_inconclusive}).')
sys.exit(1)


Expand Down