Skip to content
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

Add Launchable in CI #1090

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Add Launchable in CI #1090

merged 2 commits into from
Mar 11, 2024

Conversation

ono-max
Copy link
Member

@ono-max ono-max commented Mar 11, 2024

Retried for #1081.

I've created a test-unit plugin that generates a Launchable test report file. This plugin ouputs logs to both stderr/stdout and JSON file. By using it, we can use Launchable without losing information in Github Actions log.
https://github.com/ono-max/test-unit-launchable

Copy link

launchable-app bot commented Mar 11, 2024

Launchable Report

❌ Test session #2705319 failedos:ubuntu-latest test_task:test_protocoldetails on CI
🔔 no issues ✖️1 test failed ✔️63 tests passed

❌ Test session #2705322 failedos:ubuntu-latest test_task:test_protocoldetails on CI
🔔 no issues ✖️1 test failed ✔️63 tests passed

❌ Test session #2705408 failedos:ubuntu-latest test_task:test_protocoldetails on CI
🔔 no issues ✖️1 test failed ✔️63 tests passed

❌ Test session #2705415 failedos:ubuntu-latest test_task:test_protocoldetails on CI
🔔 no issues ✖️1 test failed ✔️63 tests passed

Passed test sessions

✅ Test session #2705294 passed os:ubuntu-latest test_task:test_testdetails on CI
✅ Test session #2705295 passed os:ubuntu-latest test_task:test_testdetails on CI
✅ Test session #2705296 passed os:ubuntu-latest test_task:test_testdetails on CI
✅ Test session #2705297 passed os:ubuntu-latest test_task:test_testdetails on CI
✅ Test session #2705298 passed os:ubuntu-latest test_task:test_consoledetails on CI
✅ Test session #2705299 passed os:ubuntu-latest test_task:test_testdetails on CI
✅ Test session #2705302 passed os:ubuntu-latest test_task:test_testdetails on CI
✅ Test session #2705303 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705308 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705310 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705312 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705331 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705337 passed os:ubuntu-latest test_task:test_consoledetails on CI
✅ Test session #2705338 passed os:ubuntu-latest test_task:test_consoledetails on CI
✅ Test session #2705349 passed os:macos-latest test_task:test_consoledetails on CI
✅ Test session #2705350 passed os:ubuntu-latest test_task:test_consoledetails on CI
✅ Test session #2705351 passed os:ubuntu-latest test_task:test_consoledetails on CI
✅ Test session #2705352 passed os:ubuntu-latest test_task:test_consoledetails on CI
✅ Test session #2705353 passed os:macos-latest test_task:test_consoledetails on CI
✅ Test session #2705354 passed os:macos-latest test_task:test_consoledetails on CI
✅ Test session #2705382 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705391 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705393 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705402 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705405 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705406 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705407 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705409 passed os:ubuntu-latest test_task:test_protocoldetails on CI
✅ Test session #2705411 passed os:ubuntu-latest test_task:test_consoledetails on CI
✅ Test session #2705437 passed os:ubuntu-latest test_task:test_consoledetails on CI

Build: refs_pull_1090_merge_303422f0fe2c8e465fc9d6b23637837db947a17b

@ono-max ono-max marked this pull request as ready for review March 11, 2024 02:38
@ko1 ko1 merged commit 6e9a127 into ruby:master Mar 11, 2024
26 of 28 checks passed
@ono-max ono-max deleted the add-launchable branch March 11, 2024 10:00
xjunior referenced this pull request in powerhome/audiences Apr 8, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [debug](https://github.com/ruby/debug) | `1.9.1` -> `1.9.2` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/debug/1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/debug/1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/debug/1.9.1/1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/debug/1.9.1/1.9.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>ruby/debug (debug)</summary>

### [`v1.9.2`](https://github.com/ruby/debug/releases/tag/v1.9.2)

[Compare
Source](https://github.com/ruby/debug/compare/v1.9.1...v1.9.2)

#### What's Changed

-   config
- Make irb_console toggleable with config update by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1057](https://github.com/ruby/debug/pull/1057)
-   internal
- Stop assuming Array#each is written in C by
[@&#8203;k0kubun](https://github.com/k0kubun) in
[https://github.com/ruby/debug/pull/1061](https://github.com/ruby/debug/pull/1061)
- Add `base64` gem to the dependencies by
[@&#8203;y-yagi](https://github.com/y-yagi) in
[https://github.com/ruby/debug/pull/1066](https://github.com/ruby/debug/pull/1066)
- Support Ruby 3.4's new error message format by
[@&#8203;hsbt](https://github.com/hsbt) in
[https://github.com/ruby/debug/pull/1080](https://github.com/ruby/debug/pull/1080)
- catch up ruby 3.4.0 error related changes by
[@&#8203;ko1](https://github.com/ko1) in
[https://github.com/ruby/debug/pull/1083](https://github.com/ruby/debug/pull/1083)
- Fix syntax warnings by
[@&#8203;casperisfine](https://github.com/casperisfine) in
[https://github.com/ruby/debug/pull/1072](https://github.com/ruby/debug/pull/1072)
- Drop base64 dependency by
[@&#8203;Earlopain](https://github.com/Earlopain) in
[https://github.com/ruby/debug/pull/1071](https://github.com/ruby/debug/pull/1071)
- Fix ENOENT error when readline is not loaded by
[@&#8203;lazyatom](https://github.com/lazyatom) in
[https://github.com/ruby/debug/pull/1073](https://github.com/ruby/debug/pull/1073)
- Remove and Restore irb configuration like irbrc while irb console
tests by [@&#8203;hsbt](https://github.com/hsbt) in
[https://github.com/ruby/debug/pull/1067](https://github.com/ruby/debug/pull/1067)
- Use rb_iseqw_to_iseq to get iseq pointer by
[@&#8203;peterzhu2118](https://github.com/peterzhu2118) in
[https://github.com/ruby/debug/pull/1093](https://github.com/ruby/debug/pull/1093)
-   tests
- Add Ruby 3.3 to CI matrix by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1058](https://github.com/ruby/debug/pull/1058)
- Use ruby/actions workflow for ruby versions by
[@&#8203;m-nakamura145](https://github.com/m-nakamura145) in
[https://github.com/ruby/debug/pull/1065](https://github.com/ruby/debug/pull/1065)
- Separate setup and execution steps in CI by
[@&#8203;ono-max](https://github.com/ono-max) in
[https://github.com/ruby/debug/pull/1088](https://github.com/ruby/debug/pull/1088)
- Fix flakey test "test_reponse_returns_correct_threads_info" by
[@&#8203;ono-max](https://github.com/ono-max) in
[https://github.com/ruby/debug/pull/1089](https://github.com/ruby/debug/pull/1089)
- Add Launchable in CI by
[@&#8203;ono-max](https://github.com/ono-max) in
[https://github.com/ruby/debug/pull/1090](https://github.com/ruby/debug/pull/1090)
-   doc
- Correct the irb command's description by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1056](https://github.com/ruby/debug/pull/1056)
- Fix prelude doc example to use curly braces by
[@&#8203;adam12](https://github.com/adam12) in
[https://github.com/ruby/debug/pull/1052](https://github.com/ruby/debug/pull/1052)
- Mention IRB console in readme by
[@&#8203;st0012](https://github.com/st0012) in
[https://github.com/ruby/debug/pull/1092](https://github.com/ruby/debug/pull/1092)

#### New Contributors

- [@&#8203;Earlopain](https://github.com/Earlopain) made their first
contribution in
[https://github.com/ruby/debug/pull/1071](https://github.com/ruby/debug/pull/1071)
- [@&#8203;lazyatom](https://github.com/lazyatom) made their first
contribution in
[https://github.com/ruby/debug/pull/1073](https://github.com/ruby/debug/pull/1073)
- [@&#8203;m-nakamura145](https://github.com/m-nakamura145) made their
first contribution in
[https://github.com/ruby/debug/pull/1065](https://github.com/ruby/debug/pull/1065)

**Full Changelog**:
ruby/debug@v1.9.1...v1.9.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/powerhome/audiences).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants