neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

[packit] Propose downstream failed for release v1.16.0 #273

Closed packit-as-a-service[bot] closed 11 months ago

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
epel8 See https://dashboard.packit.dev/results/propose-downstream/3901
epel9 See https://dashboard.packit.dev/results/propose-downstream/3905
f37 See https://dashboard.packit.dev/results/propose-downstream/3903
f38 See https://dashboard.packit.dev/results/propose-downstream/3904
f39 See https://dashboard.packit.dev/results/propose-downstream/3902
rawhide See https://dashboard.packit.dev/results/propose-downstream/3906

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
epel8 See https://dashboard.packit.dev/results/propose-downstream/3907
epel9 See https://dashboard.packit.dev/results/propose-downstream/3911
f37 See https://dashboard.packit.dev/results/propose-downstream/3909
f38 See https://dashboard.packit.dev/results/propose-downstream/3910
f39 See https://dashboard.packit.dev/results/propose-downstream/3908
rawhide See https://dashboard.packit.dev/results/propose-downstream/3912

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
f38 See https://dashboard.packit.dev/results/propose-downstream/3924

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
epel8 See https://dashboard.packit.dev/results/propose-downstream/3928

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
f39 See https://dashboard.packit.dev/results/propose-downstream/3925

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
epel9 See https://dashboard.packit.dev/results/propose-downstream/3927

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
f37 See https://dashboard.packit.dev/results/propose-downstream/3926

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 1 year ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
rawhide See https://dashboard.packit.dev/results/propose-downstream/3929

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

Tiboris commented 12 months ago

Could you please have a look @dav-pascual ?

dav-pascual commented 11 months ago

/packit propose-downstream

packit-as-a-service[bot] commented 11 months ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
epel8 See https://dashboard.packit.dev/results/propose-downstream/4200
epel9 See https://dashboard.packit.dev/results/propose-downstream/4198
f37 See https://dashboard.packit.dev/results/propose-downstream/4196
f38 See https://dashboard.packit.dev/results/propose-downstream/4197
f39 See https://dashboard.packit.dev/results/propose-downstream/4201
rawhide See https://dashboard.packit.dev/results/propose-downstream/4199

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

packit-as-a-service[bot] commented 11 months ago

Packit failed on creating pull-requests in dist-git (https://src.fedoraproject.org/rpms/mrack.git):

dist-git branch error
epel8 See https://dashboard.packit.dev/results/propose-downstream/4204
epel9 See https://dashboard.packit.dev/results/propose-downstream/4202
f37 See https://dashboard.packit.dev/results/propose-downstream/4207
f38 See https://dashboard.packit.dev/results/propose-downstream/4205
f39 See https://dashboard.packit.dev/results/propose-downstream/4203
rawhide See https://dashboard.packit.dev/results/propose-downstream/4206

You can retrigger the update by adding a comment (/packit propose-downstream) into this issue.

Tiboris commented 11 months ago

@dav-pascual https://github.com/svenstaro/upload-release-action add this step after python packages are built and upload them to release assets

I think this might be the start for you

    - name: Upload python packages to GH release assets
      uses: svenstaro/upload-release-action@v2
      with:
        repo_token: ${{ secrets.GITHUB_TOKEN }}
        file: (the packages built)
        asset_name: (match here what packit expects)
        tag: ${{ github.ref }}
        overwrite: true

maybe after this line https://github.com/neoave/mrack/blob/8e30c75ce3a1852c31dd0cda178d1187cd661ba7/.github/workflows/test-and-release.yml#L119

Tiboris commented 11 months ago

I would test this outside of this repository in your fork pypi upload now works and you can easily remove release from your repo (for safety remove upload to pypi automation from your fork)

dav-pascual commented 11 months ago

This PR should fix this issue https://github.com/neoave/mrack/pull/277 Will test after it's merged

Tiboris commented 11 months ago

/packit propose-downstream

Tiboris commented 11 months ago

@dav-pascual great job PRs are now created https://src.fedoraproject.org/rpms/mrack/pull-requests

Tiboris commented 11 months ago

solved