airshipit / sip

4 stars 1 forks source link

SIP Controller Image is Not Updated in quay.io #22

Closed lb4368 closed 3 years ago

lb4368 commented 3 years ago

Describe the bug Currently, SIP CI is broken, and images are not pushed to quay.io, This needs to be addressed upstream. The latest image pushed to the quay is May 12.

Expected behavior Upon successful merge to SIP repository a new version of impacted images (SIP images and/or jump host image) should be generated and pushed to quay.io.

Environment

seaneagan commented 3 years ago

From https://101fb8e01d844f096651-b0e51bf7ce4fe92c12b00e3eba8de233.ssl.cf1.rackcdn.com/4d14fac01a87d1f23e887d76b6de16c21ea25aa9/post/airship-sip-publish-images/3560b1a/job-output.txt:

021-05-24 18:49:23.969132 | RUN START: [untrusted : opendev.org/airship/sip/playbooks/publish-images.yaml@master]
2021-05-24 18:49:26.399605 | 
2021-05-24 18:49:26.399853 | PLAY [ubuntu-bionic]
2021-05-24 18:49:26.407587 | 
2021-05-24 18:49:26.407721 | PLAY RECAP
2021-05-24 18:49:26.407819 | 
2021-05-24 18:49:26.676640 | RUN END RESULT_NORMAL: [untrusted : opendev.org/airship/sip/playbooks/publish-images.yaml@master]

For some reason, that playbook isn't actually running any tasks.

seaneagan commented 3 years ago

Same for airship-deploy-sip job https://46065918d90ec33ce999-76c305bffd22578a75e29d73d2b2fb28.ssl.cf1.rackcdn.com/792650/1/check/airship-deploy-sip/f0acc93/job-output.txt:

2021-05-21 16:08:21.754202 | PRE-RUN END RESULT_NORMAL: [trusted : opendev.org/opendev/base-jobs/playbooks/base/pre.yaml@master]
2021-05-21 16:08:21.754837 | RUN START: [untrusted : opendev.org/airship/sip/playbooks/integration-tests.yaml@master]
2021-05-21 16:08:26.482490 | 
2021-05-21 16:08:26.482751 | PLAY [ubuntu-bionic]
2021-05-21 16:08:26.494787 | 
2021-05-21 16:08:26.494962 | PLAY RECAP
2021-05-21 16:08:26.495061 | 
2021-05-21 16:08:26.922736 | RUN END RESULT_NORMAL: [untrusted : opendev.org/airship/sip/playbooks/integration-tests.yaml@master]

And airship-sip-test-suite job https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_6d9/792704/5/gate/airship-sip-test-suite/6d9ff65/job-output.txt:

2021-05-26 13:28:38.267931 | RUN START: [untrusted : opendev.org/airship/sip/playbooks/test-sip.yaml@master]
2021-05-26 13:28:41.287716 | 
2021-05-26 13:28:41.287975 | PLAY [ubuntu-bionic]
2021-05-26 13:28:41.327753 | 
2021-05-26 13:28:41.327969 | PLAY RECAP
2021-05-26 13:28:41.328213 | 
2021-05-26 13:28:41.744830 | RUN END RESULT_NORMAL: [untrusted : opendev.org/airship/sip/playbooks/test-sip.yaml@master]

It looks like this started happening somewhere between 5/12 and 5/21, notice the job times here: https://zuul.openstack.org/builds?job_name=airship-sip-publish-images https://zuul.openstack.org/builds?job_name=airship-deploy-sip https://zuul.openstack.org/builds?job_name=airship-sip-test-suite

seaneagan commented 3 years ago

Ah: http://lists.opendev.org/pipermail/service-announce/2021-May/000019.html

Will fix shortly.

seaneagan commented 3 years ago

https://review.opendev.org/c/airship/sip/+/796958