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 github grouping of log lines #556

Merged
merged 1 commit into from
May 27, 2023
Merged

Conversation

joejulian
Copy link
Contributor

@joejulian joejulian commented May 26, 2023

see https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#grouping-log-lines

What this PR does / why we need it:
The logging between tests is incredibly verbose. Github has a way of collapsing logs into groups. This takes advantage of that feature.

Special notes for your reviewer:
See https://github.com/redpanda-data/helm-charts/actions/runs/5087615217/jobs/9143147560?pr=521#step:15:2372 for an example.

@joejulian joejulian force-pushed the github_logging_groups branch from 5b88fdd to dada55f Compare May 26, 2023 05:58
@joejulian joejulian force-pushed the github_logging_groups branch from dada55f to 24acd59 Compare May 26, 2023 06:01
@pull-request-size pull-request-size bot added size/L and removed size/M labels May 26, 2023
Copy link

@RafalKorepta RafalKorepta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it :)

@davidkarlsen davidkarlsen requested a review from cpanato May 27, 2023 09:02
Copy link
Member

@cpanato cpanato left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm
thanks

@cpanato cpanato merged commit 373aa72 into helm:main May 27, 2023
@joejulian joejulian deleted the github_logging_groups branch May 31, 2023 23:36
bjw-s referenced this pull request in bjw-s/dotfiles Jul 11, 2023
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [helm-ct](https://github.com/helm/chart-testing) | minor | `3.8.0`
-> `3.9.0` |

---

### Release Notes

<details>
<summary>helm/chart-testing (helm-ct)</summary>

###
[`v3.9.0`](https://github.com/helm/chart-testing/releases/tag/v3.9.0)

[Compare
Source](https://github.com/helm/chart-testing/compare/v3.8.0...v3.9.0)

##### What's Changed

- update goreleaser flags by
[@&#8203;cpanato](https://github.com/cpanato) in
[https://github.com/helm/chart-testing/pull/539](https://github.com/helm/chart-testing/pull/539)
- feat: verify if targetBranch is present in git repo by
[@&#8203;fty4](https://github.com/fty4) in
[https://github.com/helm/chart-testing/pull/511](https://github.com/helm/chart-testing/pull/511)
- add github grouping of log lines by
[@&#8203;joejulian](https://github.com/joejulian) in
[https://github.com/helm/chart-testing/pull/556](https://github.com/helm/chart-testing/pull/556)
- fix for ct install getting stuck when printing logs: close readers
when done with reading by
[@&#8203;skylenet](https://github.com/skylenet) in
[https://github.com/helm/chart-testing/pull/557](https://github.com/helm/chart-testing/pull/557)
- update golangci and helm by
[@&#8203;cpanato](https://github.com/cpanato) in
[https://github.com/helm/chart-testing/pull/575](https://github.com/helm/chart-testing/pull/575)
- add --extra-helm-args to ct lint by
[@&#8203;AndersBennedsgaard](https://github.com/AndersBennedsgaard) in
[https://github.com/helm/chart-testing/pull/552](https://github.com/helm/chart-testing/pull/552)
- Fix for Dockerfile smell DL3048 by
[@&#8203;grosa1](https://github.com/grosa1) in
[https://github.com/helm/chart-testing/pull/543](https://github.com/helm/chart-testing/pull/543)

##### New Contributors

- [@&#8203;fty4](https://github.com/fty4) made their first
contribution in
[https://github.com/helm/chart-testing/pull/511](https://github.com/helm/chart-testing/pull/511)
- [@&#8203;joejulian](https://github.com/joejulian) made their first
contribution in
[https://github.com/helm/chart-testing/pull/556](https://github.com/helm/chart-testing/pull/556)
- [@&#8203;skylenet](https://github.com/skylenet) made their first
contribution in
[https://github.com/helm/chart-testing/pull/557](https://github.com/helm/chart-testing/pull/557)
- [@&#8203;AndersBennedsgaard](https://github.com/AndersBennedsgaard)
made their first contribution in
[https://github.com/helm/chart-testing/pull/552](https://github.com/helm/chart-testing/pull/552)
- [@&#8203;grosa1](https://github.com/grosa1) made their first
contribution in
[https://github.com/helm/chart-testing/pull/543](https://github.com/helm/chart-testing/pull/543)

**Full Changelog**:
helm/chart-testing@v3.8.0...v3.9.0

</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 [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42LjEiLCJ1cGRhdGVkSW5WZXIiOiIzNi42LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=-->

Co-authored-by: bjw-s-bot <87358111+bjw-s-bot[bot]@users.noreply.github.com>
marcofranssen added a commit to spiffe/helm-charts that referenced this pull request Jul 11, 2023
marcofranssen added a commit to spiffe/helm-charts that referenced this pull request Jul 13, 2023
marcofranssen added a commit to spiffe/helm-charts that referenced this pull request Jul 19, 2023
marcofranssen added a commit to spiffe/helm-charts that referenced this pull request Jul 19, 2023
marcofranssen added a commit to spiffe/helm-charts that referenced this pull request Jul 19, 2023
marcofranssen added a commit to spiffe/helm-charts that referenced this pull request Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants