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

chore(ci): add junit upload CLI #550

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

lecrepont01
Copy link
Contributor

@lecrepont01 lecrepont01 commented Nov 20, 2024

Adds the cli mergify ci junit-upload to upload JUnit xml reports to CI Issues.

Fixes MRGFY-4339

Copy link
Contributor

mergify bot commented Nov 20, 2024

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Changelog requirements

Wonderful, this rule succeeded.
  • any of:
    • -title ~= ^feat
    • label = need changelog
    • label = skip changelog

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 🔎 Reviews

Wonderful, this rule succeeded.
  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

@mergify mergify bot requested a review from a team November 20, 2024 17:05
jd
jd previously requested changes Nov 20, 2024
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/custom_types.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/custom_types.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/junit_upload.py Outdated Show resolved Hide resolved
sileht
sileht previously requested changes Nov 21, 2024
mergify_cli/ci_issues/junit_upload.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/junit_upload.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/utils.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/junit_upload.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/custom_types.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/utils.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/utils.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/utils.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/utils.py Outdated Show resolved Hide resolved
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch from 85cfbf3 to bb8d169 Compare November 21, 2024 16:21
@mergify mergify bot dismissed stale reviews from sileht and jd November 21, 2024 16:21

Pull request has been modified.

@mergify mergify bot requested a review from a team November 21, 2024 16:22
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch from bb8d169 to 8744c22 Compare November 21, 2024 16:23
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch 2 times, most recently from 2f24b3d to 003113a Compare November 22, 2024 09:29
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch from 003113a to e9af926 Compare November 22, 2024 10:15
jd
jd previously requested changes Nov 22, 2024
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/junit_upload.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/utils.py Outdated Show resolved Hide resolved
mergify_cli/ci_issues/utils.py Outdated Show resolved Hide resolved
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch from e9af926 to 92742e1 Compare November 22, 2024 16:51
@mergify mergify bot dismissed jd’s stale review November 22, 2024 16:51

Pull request has been modified.

@lecrepont01 lecrepont01 changed the title chore(ci-issues): add junit upload CLI chore(ci): add junit upload CLI Nov 25, 2024
jd
jd previously requested changes Nov 25, 2024
mergify_cli/ci/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci/junit_upload.py Show resolved Hide resolved
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch from 92742e1 to a5c8fad Compare November 25, 2024 14:21
@mergify mergify bot dismissed jd’s stale review November 25, 2024 14:22

Pull request has been modified.

sileht
sileht previously requested changes Nov 26, 2024
mergify_cli/ci/cli.py Outdated Show resolved Hide resolved
mergify_cli/ci/cli.py Outdated Show resolved Hide resolved
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch from a5c8fad to cadb02d Compare November 26, 2024 10:00
@mergify mergify bot dismissed sileht’s stale review November 26, 2024 10:01

Pull request has been modified.

@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch 2 times, most recently from 066619f to 0388235 Compare November 27, 2024 07:59
Adds the cli `mergify ci-issues junit-upload` to upload JUnit xml reports to CI Issues.

Fixes MRGFY-4339
@lecrepont01 lecrepont01 force-pushed the ci_issues_junit_upload branch from 0037f05 to 041cee2 Compare November 27, 2024 16:42
@mergify mergify bot requested a review from a team November 27, 2024 16:43
@lecrepont01 lecrepont01 requested a review from sileht November 27, 2024 16:51
mergify bot added a commit that referenced this pull request Nov 28, 2024
@mergify mergify bot added the queued label Nov 28, 2024
@mergify mergify bot merged commit 87717bc into Mergifyio:main Nov 28, 2024
5 checks passed
@mergify mergify bot removed the queued label Nov 28, 2024
mergify bot pushed a commit to Mergifyio/gha-ci-issues that referenced this pull request Dec 3, 2024
uses the new cli to upload the reports

Related to: MRGFY-4340
Depends-On: Mergifyio/mergify-cli#550
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.

3 participants