)]}'
{".zuul.d/sdn.yaml":[{"author":{"_account_id":11600,"name":"Michał Dulko","email":"michal.dulko@gmail.com","username":"dulek"},"change_message_id":"32b4ce5bf41d9bc30d04426d20087d7729f224d0","unresolved":true,"context_lines":[{"line_number":183,"context_line":"      gopkg: go1.15.2.linux-amd64.tar.gz"},{"line_number":184,"context_line":"      np_sleep: 30"},{"line_number":185,"context_line":"      zuul_copy_output:"},{"line_number":186,"context_line":"        \u0027/home/zuul/np_kubetest.log\u0027: \u0027logs\u0027"},{"line_number":187,"context_line":"    voting: false"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"fedfc0e7_fb36c7f1","line":186,"range":{"start_line":186,"start_character":0,"end_line":186,"end_character":44},"updated":"2021-02-19 08:19:24.000000000","message":"You need to add the new kubetest output here too in order for it to be available.","commit_id":"5da9e97d5b58f0df049d0aa9e828729292ac0558"},{"author":{"_account_id":32533,"name":"Tabitha Fasoyin","email":"fifedolapo02@gmail.com","username":"tabbie-fash"},"change_message_id":"890e8d39a2c97b981dcb13e56ceb8b7a5fd7b5ff","unresolved":true,"context_lines":[{"line_number":183,"context_line":"      gopkg: go1.15.2.linux-amd64.tar.gz"},{"line_number":184,"context_line":"      np_sleep: 30"},{"line_number":185,"context_line":"      zuul_copy_output:"},{"line_number":186,"context_line":"        \u0027/home/zuul/np_kubetest.log\u0027: \u0027logs\u0027"},{"line_number":187,"context_line":"    voting: false"}],"source_content_type":"text/x-yaml","patch_set":6,"id":"ddfeb45b_28bc08eb","line":186,"range":{"start_line":186,"start_character":0,"end_line":186,"end_character":44},"in_reply_to":"fedfc0e7_fb36c7f1","updated":"2021-02-19 09:38:26.000000000","message":"Thanks, I will.","commit_id":"5da9e97d5b58f0df049d0aa9e828729292ac0558"},{"author":{"_account_id":11600,"name":"Michał Dulko","email":"michal.dulko@gmail.com","username":"dulek"},"change_message_id":"e376b016bff2fc0037b5fa57721d9fc6f64e1162","unresolved":true,"context_lines":[{"line_number":144,"context_line":"        OVN_L3_CREATE_PUBLIC_NETWORK: true"},{"line_number":145,"context_line":"        OVN_BUILD_FROM_SOURCE: true"},{"line_number":146,"context_line":"        ENABLE_CHASSIS_AS_GW: true"},{"line_number":147,"context_line":"        OVN_BRANCH: v20.06.1"},{"line_number":148,"context_line":"        KURYR_NEUTRON_DEFAULT_ROUTER: kuryr-router"},{"line_number":149,"context_line":"        KURYR_EP_DRIVER_OCTAVIA_PROVIDER: ovn"},{"line_number":150,"context_line":"        KURYR_K8S_OCTAVIA_MEMBER_MODE: L2"}],"source_content_type":"text/x-yaml","patch_set":11,"id":"edaf78be_6617ce8d","line":147,"range":{"start_line":147,"start_character":20,"end_line":147,"end_character":28},"updated":"2021-03-12 10:17:27.000000000","message":"So seems like this should become v20.06.2 in order to make gate stable?","commit_id":"cc70ad9eca0dc5e17cfd7cdaf15ba09e8a69b3e4"}],"/COMMIT_MSG":[{"author":{"_account_id":27032,"name":"Maysa de Macedo Souza","email":"maysa.macedo95@gmail.com","username":"maysa"},"change_message_id":"37354889ebcfce2c28903484d43005b02d1262fd","unresolved":true,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Adds SCTPConnectivity tests to e2e network policy tests"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Depends-on: https://review.opendev.org/c/openstack/kuryr-kubernetes/+/774844"},{"line_number":10,"context_line":"Change-Id: Ibd1ae1d2cb22f82ebf2aabd1e74b97213df93034"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":3,"id":"0bef7e35_bfe9cdae","line":9,"range":{"start_line":9,"start_character":0,"end_line":9,"end_character":11},"updated":"2021-02-15 22:28:07.000000000","message":"I\u0027m not sure if it would have any impact, but perhaps this needs to be Depends-On.\n\nIf there is no changes I would recommend running on your local env again with same number of parallelism and the same seed value. This seed value indicates the permutation used when running the tests and it can be found on the tests logs. Just to see if running on parallel has any effect on the tests results.\n\nHere https://onsi.github.io/ginkgo/ there is more info about seed.","commit_id":"f7afe85e51b2eac8ef0ce75451840db149cb3d2a"}],"playbooks/run_k8s_e2e_tests.yaml":[{"author":{"_account_id":11600,"name":"Michał Dulko","email":"michal.dulko@gmail.com","username":"dulek"},"change_message_id":"47085ae51caea18c38601007348341f17f1c6beb","unresolved":true,"context_lines":[{"line_number":46,"context_line":"    - name: Patch e2e tests"},{"line_number":47,"context_line":"      shell: |"},{"line_number":48,"context_line":"        sed -i \u0027s/podStartTimeout \u003d .*/podStartTimeout \u003d 2 * time.Minute/\u0027 test/e2e/framework/pod/wait.go"},{"line_number":49,"context_line":"        sed -i \u0027s/for i in $(seq 1 5)/sleep {{ np_sleep }};for i in $(seq 1 200)/\u0027 test/e2e/network/network_policy.go"},{"line_number":50,"context_line":"        sed -i \u0027/\"add\", \"\\/metadata\\/labels\\/isolated\", nil)/a\\\\t\\t\\ttime.Sleep(60 * time.Second)\u0027 test/e2e/network/network_policy.go"},{"line_number":51,"context_line":"        sed -i \u0027/f, f.Namespace, \"client-a\", service, 80, v1.ProtocolSCTP)/a \\\\t\\t\\ttime.Sleep(60 * time.Second)\u0027 test/e2e/network/network_policy.go"},{"line_number":52,"context_line":"      args:"}],"source_content_type":"text/x-yaml","patch_set":10,"id":"a68ef31a_cee4f667","line":49,"range":{"start_line":49,"start_character":76,"end_line":49,"end_character":79},"updated":"2021-03-10 16:24:22.000000000","message":"Can it be that 200 is too little for the gate and that\u0027s why it\u0027s failing? What\u0027s the motivation behind making it lower?","commit_id":"93ab9fb7171a9730734af77d68773768baf7989b"},{"author":{"_account_id":32533,"name":"Tabitha Fasoyin","email":"fifedolapo02@gmail.com","username":"tabbie-fash"},"change_message_id":"ea0e6572d18fd27e5026efa5075078b8d17c7fba","unresolved":true,"context_lines":[{"line_number":46,"context_line":"    - name: Patch e2e tests"},{"line_number":47,"context_line":"      shell: |"},{"line_number":48,"context_line":"        sed -i \u0027s/podStartTimeout \u003d .*/podStartTimeout \u003d 2 * time.Minute/\u0027 test/e2e/framework/pod/wait.go"},{"line_number":49,"context_line":"        sed -i \u0027s/for i in $(seq 1 5)/sleep {{ np_sleep }};for i in $(seq 1 200)/\u0027 test/e2e/network/network_policy.go"},{"line_number":50,"context_line":"        sed -i \u0027/\"add\", \"\\/metadata\\/labels\\/isolated\", nil)/a\\\\t\\t\\ttime.Sleep(60 * time.Second)\u0027 test/e2e/network/network_policy.go"},{"line_number":51,"context_line":"        sed -i \u0027/f, f.Namespace, \"client-a\", service, 80, v1.ProtocolSCTP)/a \\\\t\\t\\ttime.Sleep(60 * time.Second)\u0027 test/e2e/network/network_policy.go"},{"line_number":52,"context_line":"      args:"}],"source_content_type":"text/x-yaml","patch_set":10,"id":"ac515997_a445266e","line":49,"range":{"start_line":49,"start_character":76,"end_line":49,"end_character":79},"in_reply_to":"a68ef31a_cee4f667","updated":"2021-03-10 16:29:29.000000000","message":"I could not remember why I increased it in the first place. So I wanted to be sure increasing it made a difference.","commit_id":"93ab9fb7171a9730734af77d68773768baf7989b"}]}
