Then we should release the base image for f27 and f28 and f29, and finally rebuild the layered images f28 and f29.
I don't think we need to rebuild the layered images for f27, just the base image will do.
Thanks * When do you need this? (YYYY/MM/DD) This week starting 2018-09-17 * When is this no longer needed or useful? (YYYY/MM/DD)
For F28 layered images:
fatal: [localhost]: FAILED! => { "changed": false, "invocation": { "module_args": { "branch": "f28", "containers": "kubernetes-scheduler kubernetes-apiserver kubernetes-controller-manager", "fas_user": "releng", "koji_bin": "/usr/bin/compose-koji", "koji_profile": null, "stage": false } }, "msg": "No containers rebuilt" } to retry, use: --limit @/home/fedora/mohanboddu/releng-automation/ansible/container_rebuild_and_release.retry
PLAY RECAP ***************** localhost : ok=74 changed=39 unreachable=0 failed=1
F29 failed with a weird error: ok: [localhost] => { "changed": false, "invocation": { "module_args": { "query_source": "src", "release": 29, "stage": false } }, "msg": "Exception occurred attempting to query koji:\nNo such entry in table tag: f29-docker-build" }
TASK [Determine parent image inheritance] ********** task path: /home/fedora/mohanboddu/releng-automation/ansible/container_rebuild_and_release.yml:58 fatal: [localhost]: FAILED! => { "msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'rebuildlist'\n\nThe error appears to have been in '/home/fedora/mohanboddu/releng-automation/ansible/container_rebuild_and_release.yml': line 58, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n - name: Determine parent image inheritance\n ^ here\n" } to retry, use: --limit @/home/fedora/mohanboddu/releng-automation/ansible/container_rebuild_and_release.retry
PLAY RECAP ***************** localhost : ok=3 changed=0 unreachable=0 failed=1
It needs some debugging, but as far as I went in, it feels weird. I dont know how it worked before and just complaining about it now.
Merging https://pagure.io/releng/container-blacklist/pull-request/4# should allow us to move forward with f28.
I am currently working on building containers for f29.
Merging https://pagure.io/releng-automation/pull-request/31 should fix the f29 issue.
@mohanboddu could you rerun the script for f28 ? and f29 ?
for f29 we still need to merge --> https://pagure.io/releng-automation/pull-request/31
Closing this as there will be a new ticket opened for next release.
Metadata Update from @mohanboddu: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)