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

git subrepo pull (merge) external/os-autoinst-common #5430

Closed
wants to merge 1 commit into from

Conversation

perlpunk
Copy link
Contributor

subrepo:
  subdir:   "external/os-autoinst-common"
  merged:   "7445334ff"
upstream:
  origin:   "git@github.com:os-autoinst/os-autoinst-common.git"
  branch:   "master"
  commit:   "6e38846c4"
git-subrepo:
  version:  "0.4.6"
  origin:   "git@github.com:ingydotnet/git-subrepo"
  commit:   "110b9eb"

subrepo:
  subdir:   "external/os-autoinst-common"
  merged:   "7445334ff"
upstream:
  origin:   "git@github.com:os-autoinst/os-autoinst-common.git"
  branch:   "master"
  commit:   "6e38846c4"
git-subrepo:
  version:  "0.4.6"
  origin:   "git@github.com:ingydotnet/git-subrepo"
  commit:   "110b9eb"
Copy link

Great PR! Please pay attention to the following items before merging:

Files matching external/**:

  • Consider doing this change in the upstream repository directly, see external/os-autoinst-common/README.md

This is an automatically generated QA checklist based on modified files.

branches:
- 'master'

perl-critic-checks:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
perl-critic-checks:
jobs:
perl-critic-checks:

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is just a subrepo update.
Any changes in external should bereviewed and fixed over there.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know, the problem was introduced in os-autoinst/os-autoinst-common#32

@perlpunk
Copy link
Contributor Author

checkstyle is failing:
https://app.circleci.com/pipelines/github/os-autoinst/openQA/12796/workflows/cde22364-281d-4619-9966-03d9fd6e2a01/jobs/119275

yamllint --strict $((git ls-files "*.yml" "*.yaml" 2>/dev/null || find -name '*.y*ml') | grep -v ^dbicdh)
external/os-autoinst-common/.github/workflows/base-commit-message-checker.yml
  4:1       warning  truthy value should be one of [false, true]  (truthy)

external/os-autoinst-common/.github/workflows/commit-message-checker.yml
  4:1       warning  truthy value should be one of [false, true]  (truthy)

external/os-autoinst-common/.github/workflows/perl-critic.yml
  4:1       warning  truthy value should be one of [false, true]  (truthy)
  10:2      error    syntax error: expected <block end>, but found '<block mapping start>' (syntax)
  11:5      error    wrong indentation: expected 3 but found 4  (indentation)

external/os-autoinst-common/.github/workflows/perl-lint-checks.yml
  4:1       warning  truthy value should be one of [false, true]  (truthy)

external/os-autoinst-common/dependencies.yaml
  32:24     error    no new line character at the end of file  (new-line-at-end-of-file)

make: *** [Makefile:318: test-yaml] Error 1

In the os-autoinst-common PR I did suggest to test a subrepo update before merging.
We should really enforce this for the still pending PR.

@perlpunk
Copy link
Contributor Author

@josegomezr we are getting checkstyle failures

@baierjan
Copy link
Member

@josegomezr we are getting checkstyle failures

That's because of #5430 (comment)

@perlpunk
Copy link
Contributor Author

perlpunk commented Jan 18, 2024

Also https://app.circleci.com/pipelines/github/os-autoinst/openQA/12796/workflows/cde22364-281d-4619-9966-03d9fd6e2a01/jobs/119279

[15:26:34] t/01-style.t .............................................. 1/? 
#   Failed test 'Consistent space before function signatures (this is not ensured by perltidy)'
#   at t/01-style.t line 20.
#          got: 'external/os-autoinst-common/tools/tidyall
# '
#     expected: ''
# Looks like you failed 1 test of 8.
[15:26:34] t/01-style.t ..............................................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/8 subtests 

@perlpunk
Copy link
Contributor Author

new pr: #5431

@perlpunk perlpunk closed this Jan 18, 2024
@perlpunk perlpunk deleted the subrepo-update branch January 18, 2024 19:46
Martchus pushed a commit to Martchus/openQA that referenced this pull request Feb 7, 2024
- Updated gsactions/commit-message-checker to v2.
- Added a rule for commit subjects. They must not end in dots.

  See the discussions in os-autoinst#5430 about commit
  subject lines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants