-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 step that generate issues based on JUnit test results #38270
base: main
Are you sure you want to change the base?
Conversation
Weird, I don't even see the issuegenerator logs here 🤔 |
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
afbe556
to
7111659
Compare
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
@mx-psi, I just wanted to let you know that I believe I'll need to patch As seen in this workflow run,
It is writing open-telemetry twice in the URL. See the difference by clicking:
The reason behind this is that the ENV variable Issuegenerator is building this API call by concatenating the ENV variables, |
Opened open-telemetry/opentelemetry-go-build-tools#719 to address the problem |
Description
Now that we're uploading files correctly (#38236), this PR extends the current unit test workflow to download the artifacts and calling issuegenerator to create the issues.
Link to tracking issue
Related to #36761