-
Notifications
You must be signed in to change notification settings - Fork 2k
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
release-test.yml: return of the Matrix notification #20424
Merged
kaspar030
merged 2 commits into
RIOT-OS:master
from
miri64:gh-actions/enh/matrix-notification
Feb 23, 2024
Merged
release-test.yml: return of the Matrix notification #20424
kaspar030
merged 2 commits into
RIOT-OS:master
from
miri64:gh-actions/enh/matrix-notification
Feb 23, 2024
Conversation
This file contains 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
github-actions
bot
added
the
Area: CI
Area: Continuous Integration of RIOT components
label
Feb 23, 2024
miri64
force-pushed
the
gh-actions/enh/matrix-notification
branch
2 times, most recently
from
February 23, 2024 10:33
4bcfa5b
to
1dce9b9
Compare
Running in my own fork to account for the changed YAML: https://github.com/miri64/RIOT/actions/runs/8017957355 |
kaspar030
reviewed
Feb 23, 2024
This time keep-it-simple-style with just a cURL command, using the [API `m.room.message`](https://spec.matrix.org/latest/client-server-api/#events-2).
miri64
force-pushed
the
gh-actions/enh/matrix-notification
branch
from
February 23, 2024 11:16
1dce9b9
to
7e6a464
Compare
miri64
added
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
Process: release cycle
Integration Process: The PR is connected to the release cycle (e.g. release notes)
labels
Feb 23, 2024
miri64
force-pushed
the
gh-actions/enh/matrix-notification
branch
6 times, most recently
from
February 23, 2024 12:14
f54d3a4
to
40c3e49
Compare
miri64
force-pushed
the
gh-actions/enh/matrix-notification
branch
from
February 23, 2024 12:15
40c3e49
to
aafb9ab
Compare
Were successfully reported in https://matrix.to/#/#murdock-ci:matrix.org (here and here) |
miri64
added
CI: skip compile test
If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Feb 23, 2024
kaspar030
approved these changes
Feb 23, 2024
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: CI
Area: Continuous Integration of RIOT components
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
CI: skip compile test
If set, CI server will run only non-compile jobs, but no compile jobs or their dependent jobs
Process: release cycle
Integration Process: The PR is connected to the release cycle (e.g. release notes)
Type: enhancement
The issue suggests enhanceable parts / The PR enhances parts of the codebase / documentation
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.
Contribution description
This time
keep-it-simple-style with just a cURL command, using the APIusing the Matrix action by s3krit. The target channel can be configured here https://github.com/organizations/RIOT-OS/settings/secrets/actions.m.room.message
Testing procedure
Will start a test action. It should report to the
#Murdock-CI
channel.Issues/PRs references
Reviving what was reverted in #19879