)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"01527ee92ab4056a048cedf64fcbf48783b1c317","unresolved":false,"context_lines":[{"line_number":8,"context_line":""},{"line_number":9,"context_line":"tcib_managed label is used for new ubi-8 container workflow and"},{"line_number":10,"context_line":"used during tripleo container prepare step to update the containers"},{"line_number":11,"context_line":"since tcib_managed label is not available before train release so"},{"line_number":12,"context_line":"containers are not getted re-tagged with modify_append_tag and leading"},{"line_number":13,"context_line":"to tempest containers not found."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"Making tcib_managed label conditional fixes the issue."},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"Closes-Bug: #1891372"},{"line_number":18,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9f560f44_0d7017dc","line":15,"range":{"start_line":11,"start_character":48,"end_line":15,"end_character":54},"updated":"2020-08-19 14:43:40.000000000","message":"I see issue is there for train as well:-https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_7d9/746150/2/check/tripleo-ci-centos-8-standalone/7d981d2/logs/undercloud/var/log/extra/podman/podman_allinfo.log\n\nSo i think issue is due to adding both tcib_managed and kolla_version, just actual reasoning seems missing, may be @Emilien has idea what\u0027s going wrong. +1 for the fix for rocky/stein, but it\u0027s still not fixing the container updates for train.","commit_id":"e6d8d0bbd7b05722808a18f8c3aa01e1aae0336d"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"87f3e57878b28078e1f9982c31548c437af90b34","unresolved":false,"context_lines":[{"line_number":8,"context_line":""},{"line_number":9,"context_line":"tcib_managed label is used for new ubi-8 container workflow and"},{"line_number":10,"context_line":"used during tripleo container prepare step to update the containers"},{"line_number":11,"context_line":"since tcib_managed label is not available before train release so"},{"line_number":12,"context_line":"containers are not getted re-tagged with modify_append_tag and leading"},{"line_number":13,"context_line":"to tempest containers not found."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"Making tcib_managed label conditional fixes the issue."},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"Closes-Bug: #1891372"},{"line_number":18,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9f560f44_0041f10b","line":15,"range":{"start_line":11,"start_character":48,"end_line":15,"end_character":54},"in_reply_to":"9f560f44_0d7017dc","updated":"2020-08-20 05:17:13.000000000","message":"Also it\u0027s not fixing standalone jobs, just undercloud.","commit_id":"e6d8d0bbd7b05722808a18f8c3aa01e1aae0336d"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"5cab17f60ca737edae0ac486e95dfae0f676caa3","unresolved":false,"context_lines":[{"line_number":8,"context_line":""},{"line_number":9,"context_line":"tcib_managed label is used for new ubi-8 container workflow and"},{"line_number":10,"context_line":"used during tripleo container prepare step to update the containers"},{"line_number":11,"context_line":"since tcib_managed label is not available before train release so"},{"line_number":12,"context_line":"containers are not getted re-tagged with modify_append_tag and leading"},{"line_number":13,"context_line":"to tempest containers not found."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"Making tcib_managed label conditional fixes the issue."},{"line_number":16,"context_line":""},{"line_number":17,"context_line":"Closes-Bug: #1891372"},{"line_number":18,"context_line":""}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"9f560f44_000f31e1","line":15,"range":{"start_line":11,"start_character":48,"end_line":15,"end_character":54},"in_reply_to":"9f560f44_0d7017dc","updated":"2020-08-20 05:30:48.000000000","message":"I think it\u0027s happening due to missing https://review.opendev.org/#/c/743260/, that patch should clear train. for older releases this patch should work, but also need to fix standalone jobs as per last comment.","commit_id":"e6d8d0bbd7b05722808a18f8c3aa01e1aae0336d"}],"roles/standalone/tasks/main.yml":[{"author":{"_account_id":14985,"name":"Alex Schultz","email":"aschultz@next-development.com","username":"mwhahaha"},"change_message_id":"7d97a33e3695426ba12fd51f053956386fe9bd82","unresolved":false,"context_lines":[{"line_number":212,"context_line":"          {%   set _ \u003d item.__setitem__(\"modify_role\", \"tripleo-modify-image\") %}"},{"line_number":213,"context_line":"          {%   set _ \u003d item.__setitem__(\"modify_append_tag\", update_containers_append_tag) %}"},{"line_number":214,"context_line":"          {% if not (osp_release is defined) %}"},{"line_number":215,"context_line":"          {% if release in [\u0027queens\u0027, \u0027rocky\u0027, \u0027stein\u0027] %}"},{"line_number":216,"context_line":"          {%   set _ \u003d item.__setitem__(\"modify_only_with_labels\", [\"kolla_version\"]) %}"},{"line_number":217,"context_line":"          {% else %}"},{"line_number":218,"context_line":"          {%   set _ \u003d item.__setitem__(\"modify_only_with_labels\", [\"kolla_version\", \"tcib_managed\"]) %}"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"9f560f44_9828bae2","line":215,"range":{"start_line":215,"start_character":28,"end_line":215,"end_character":36},"updated":"2020-08-21 13:54:12.000000000","message":"jfyi queens didn\u0027t use this code. i cleaned this up in my patch i just based on top of this","commit_id":"09acb542b3450da990cb1949b6c33207ed39d8a7"}]}
