Giter VIP home page Giter VIP logo

auto-maintenance's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar i386x avatar nhosoi avatar pcahyna avatar richm avatar spetrosi avatar systemroller avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

auto-maintenance's Issues

[packit] Propose downstream failed for release 1.36.2

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

dist-git branch error
f36 See https://dashboard.packit.dev/results/propose-downstream/2135
f37 See https://dashboard.packit.dev/results/propose-downstream/2138
f38 See https://dashboard.packit.dev/results/propose-downstream/2137
rawhide See https://dashboard.packit.dev/results/propose-downstream/2136

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

lsr_role2collection.py does not convert the legacy role path if the role is not the one to be converted.

This is an example of README of sap-hana-preconfigure, in which some roles are referred.

./README.md:- 'linux-system-roles.timesync'
./README.md:- 'linux-system-roles.sap-base-settings' (for RHEL 7.x until RHEL 7.5)
./README.md:- 'linux-system-roles.sap-preconfigure' (for RHEL 7.6 and later and RHEL 8.x)
./README.md:        - { role: linux-system-roles.sap-base-settings }
./README.md:        - { role: linux-system-roles.sap-hana-preconfigure }

The corresponding converted result:

./roles/sap-hana-preconfigure/README.md:- 'linux-system-roles.timesync'
./roles/sap-hana-preconfigure/README.md:- 'linux-system-roles.sap-base-settings' (for RHEL 7.x until RHEL 7.5)
./roles/sap-hana-preconfigure/README.md:- 'linux-system-roles.sap-preconfigure' (for RHEL 7.6 and later and RHEL 8.x)
./roles/sap-hana-preconfigure/README.md:        - { role: linux-system-roles.sap-base-settings }
./roles/sap-hana-preconfigure/README.md:        - { role: sap.rhel.sap-hana-preconfigure }

All the roles must be converted to the collection format, but it'd be hard to automate it. The FQCNs need to be provided since, e.g., in this example, linux-system-roles.timesync could be either fedora.linux_system_roles.timesync or redhat.rhel_system_roles.timesync, and the others would be sap.rhel.sap-{base-settings,preconfigure}.

[packit] Propose downstream failed for release 1.35.2

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

dist-git branch error
f36 See https://dashboard.packit.dev/results/propose-downstream/1954
f37 See https://dashboard.packit.dev/results/propose-downstream/1955
f38 See https://dashboard.packit.dev/results/propose-downstream/1953
rawhide See https://dashboard.packit.dev/results/propose-downstream/1952

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

Provide more opinionated guidance for changelog

According to

echo "REMOVE_ME: Use Other Changes for CI, testing, and other non-feature/non-bug related items."

it is ok to mention changes to the CI or testing in the changelog. In my opinion, this is too much noise. The changelog should contain only user-facing changes and the other section seems to be the section to fit things such as

  • updates to documentation
  • updates to examples
  • deprecations (for example related to conscious language)

`sync-template.sh` script does not create pull request

I just run ./sync-template.sh -r kernel_settings -t {{token}} and I don't see anything in https://github.com/linux-system-roles/kernel_settings/pulls. By investigating the script's output, I found

{
  "message": "Problems parsing JSON",
  "documentation_url": "https://docs.github.com/rest/reference/pulls#create-a-pull-request"
}

This is related to curl command, which was run as

curl -u 'systemroller:{{token}}' -X POST -d '{"title":"Synchronize files from linux-system-roles/template",
"base":"master",
"head":"lsr-template-sync",
"body":"This PR propagates files from [linux-system-roles/template](https://github.com/linux-system-roles/template) which should be in sync across [linux-system-roles](https://github.com/linux-system-roles) repos. In case of changing affected files via pushing to this PR, please do not forget also to push the changes to [linux-system-roles/template](https://github.com/linux-system-roles/template) repo.

Revision: [`448ff39c16f171b7f09ff5a21e62340add304d55`](https://github.com/linux-system-roles/template/tree/448ff39c16f171b7f09ff5a21e62340add304d55)

CC: @i386x, @pcahyna, @richm"}' 'https://api.github.com/repos/linux-system-roles/kernel_settings/pulls'

curl command above exits with 0, so the script behaves like everything have been ok.

Observe that commit linux-system-roles/kernel_settings@54d04c1 has been pushed to lsr-template-sync branch successfully.

[packit] Propose downstream failed for release 1.36.1

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

dist-git branch error
f36 See https://dashboard.packit.dev/results/propose-downstream/2119
f37 See https://dashboard.packit.dev/results/propose-downstream/2121
f38 See https://dashboard.packit.dev/results/propose-downstream/2120
rawhide See https://dashboard.packit.dev/results/propose-downstream/2122

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

[packit] Propose downstream failed for release 1.36.0

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

dist-git branch error
f36 See https://dashboard.packit.dev/results/propose-downstream/2115
f37 See https://dashboard.packit.dev/results/propose-downstream/2118
f38 See https://dashboard.packit.dev/results/propose-downstream/2116
rawhide See https://dashboard.packit.dev/results/propose-downstream/2117

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

The test_copy_tree_with_replace unittest checks the `roles:` incorrectly

The test_copy_tree_with_replace unit test passes pre_params to the create_test_tree function, the pre_params has one dictionary with "key": "roles" that results in such a task file:

- name: Ensure that the role runs with default parameters
  hosts: all
  tasks:
    - name: default task
      roles:
        - fedora.system_roles.systemrole

This syntax does not exist in Ansible. The reesulting task file must be similar to the following:

- name: Ensure that the role runs with default parameters
  hosts: all
  roles:
    - fedora.system_roles.systemrole

[packit] Propose downstream failed for release 1.38.1

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

dist-git branch error
f36 See https://dashboard.packit.dev/results/propose-downstream/2414
f37 See https://dashboard.packit.dev/results/propose-downstream/2413
f38 See https://dashboard.packit.dev/results/propose-downstream/2415
rawhide See https://dashboard.packit.dev/results/propose-downstream/2412

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.