*** jpenag has joined #softwarefactory | 00:56 | |
*** jpena|off has quit IRC | 00:57 | |
*** nijaba has quit IRC | 00:59 | |
*** nijaba has joined #softwarefactory | 01:02 | |
*** jpenag is now known as jpena | 08:27 | |
*** sshnaidm|off is now known as sshnaidm | 08:48 | |
*** jpena is now known as jpena|lunch | 11:15 | |
*** ssbarnea has quit IRC | 11:44 | |
*** ssbarnea has joined #softwarefactory | 11:52 | |
*** jpena|lunch is now known as jpena | 12:21 | |
*** sfbender has joined #softwarefactory | 14:24 | |
sfbender | Merged distroinfo master: README: provide examples of basic usage https://softwarefactory-project.io/r/13346 | 14:24 |
---|---|---|
gundalow | https://github.com/ansible-network/yang/pull/6 shows Gate Jobs green (and in https://ansible.softwarefactory-project.io/zuul/builds.html) there isn't anyone else committing to that repo, so I'm confused by `This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset.` | 15:05 |
pabelanger | gundalow: will have to look at the logs, but the change is in gate now | 15:10 |
pabelanger | but yah, usually that message means zuul cannot merge the current patchset and need to rebase | 15:10 |
pabelanger | maybe there is an issue with zuul-merger | 15:10 |
jruzicka | mhu, nhicher so I got this problem where I `git push origin 0.1.0` with distroinfo but pypi upload isn't triggered by sf even though I remember it working for the previous version. | 15:12 |
jruzicka | greping 'pypi' in config yields surprisingly few results... what do I need to do make it work again? | 15:13 |
pabelanger | jruzicka: where are you pushing? I don't see a tag pipeline for sf.io | 15:17 |
jruzicka | pabelanger, to trigger a pypi upload. I'm pretty sure that worked for rdopkg and I think it worked for distroinfo too, but I might be wrong there cause only a single version is out. | 15:18 |
pabelanger | github3.exceptions.MethodNotAllowed: 405 Merge commits are not allowed on this repository. | 15:19 |
pabelanger | gundalow: ^ | 15:19 |
pabelanger | doesn't look like repo is setup propelry | 15:19 |
pabelanger | properly* | 15:19 |
nhicher | mhu: any thoughts for jruzicka issue ? I will have a look to zuul logs | 15:20 |
mhu | nhicher, jruzicka looking | 15:21 |
gundalow | pabelanger: ah, Thanks. Updated the setting and I've updated my docs | 15:21 |
pabelanger | gundalow: which setting did you change by chance? I think I'd like to write some sort of automated check on project import to validate a repo is setup propelry | 15:22 |
pabelanger | or, maybe manage the repos in github via yaml, so we can do code review on them | 15:22 |
pabelanger | we have a tool in openstack that we use to help better control acl / permissions on repos | 15:22 |
gundalow | pabelanger: https://github.com/ansible-network/yang/settings `Allow merge commits` `Add all commits from the head branch to the base branch with a merge commit` | 15:23 |
pabelanger | gundalow: okay, thanks! Going to see how to have zuul percheck for that | 15:23 |
gundalow | pabelanger: GitHut Audit Log descibed that as `repo.change_merge_setting` | 15:24 |
gundalow | and the branch protections are `protected_branch.create` and possibly `protected_branch.update_admin_enforced` | 15:24 |
gundalow | I'd *assume* it's terms like ^ that you should be able to get from the API | 15:25 |
pabelanger | yah | 15:25 |
mhu | jruzicka, the release job ended in a POST_FAILURE, looking at the logs right now https://softwarefactory-project.io/logs/b9/b91fc72173abaf2c9a16dedb69ab853536fb49b6/release/upload-pypi/2271c4b/ | 15:25 |
pabelanger | mhu: what is log-classify role? | 15:26 |
mhu | pabelanger, it's related to tristanC's logreduce tool, IIUC it's supposed to train on logs | 15:26 |
mhu | jruzicka, nhicher weird, there's one failure but I don't see it | 15:29 |
mhu | ie https://softwarefactory-project.io/logs/b9/b91fc72173abaf2c9a16dedb69ab853536fb49b6/release/upload-pypi/2271c4b/job-output.txt.gz#_2018-08-14_14_41_37_021983 | 15:30 |
mhu | ah, ara to the rescue: https://softwarefactory-project.io/logs/b9/b91fc72173abaf2c9a16dedb69ab853536fb49b6/release/upload-pypi/2271c4b/ara-report/result/79f67042-8e63-4666-9cf8-5c7c9ddb435c/ | 15:31 |
mhu | our bad, it's a pb with the upload account "softwarefactory" | 15:32 |
mhu | jruzicka, we're going to make sure the account works, then you can either retag or push to pypi yourself if you don't want to wait or retag | 15:39 |
mhu | gotta go, I'll catch the followup later -> | 15:39 |
*** jpena is now known as jpena|off | 16:13 | |
nhicher | mhu, jruzicka the email is verified, upload pypi should works | 16:33 |
tristanC | pabelanger: the log-classify extract anomaly for job that failed. I need to fix it to not assume a "zuul.branch" variable. | 16:55 |
jruzicka | nhicher, mhu thanks, it works now, I pushed new 0.1.1 | 16:55 |
tristanC | pabelanger: when it found some, it publish this type of file: https://softwarefactory-project.io/logs/31/12931/7/check/tox-pep8/60e103a/log-classify.html | 16:56 |
tristanC | or across the whole build artifacts: https://softwarefactory-project.io/logs/12/13312/1/check/sf-ci-functional-minimal/b252ec4/report.html | 16:58 |
tristanC | nhicher: thanks! | 16:59 |
pabelanger | ah, right. I forgot about that | 17:02 |
nhicher | tristanC: I don't know why, but you're welcome =) | 17:16 |
gundalow | pabelanger: Still seeing https://github.com/ansible-network/yang/pull/6#issuecomment-412908348 Is this one of the things where we aren't currently listening for the notification so a manual reload (of something) is needed? | 17:41 |
pabelanger | gundalow: left a recheck and will watch zuul debug logs | 17:43 |
gundalow | Thanks | 17:43 |
gundalow | pabelanger: https://github.com/ansible-network/yang/pull/6 is merged. Do you know what the issue wsa? | 19:36 |
gundalow | So I can make my docs clearer | 19:36 |
pabelanger | gundalow: it was the merge setting you changed, we needed to recheck after you changed it. | 19:39 |
pabelanger | Also going to see how we can make zuul check job to ensure each project has that setting enabled | 19:39 |
gundalow | pabelanger: I think I've captured it all on https://github.com/ansible/community/blob/docs-network-roles-process/group-network/roles_development_process.rst#new-role | 19:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!