I noticed that in quay.io in tripleotraincentos8, containers with the current-tripleo-rdo
tag have not appeared for a long time. I took some time to look into how CI is set up, and
found that the names of jobs with test scenarios in CI configuration, after which
containers should be marked with this tag, do not match the available jobs in Zuul.
I was comparing the two files and realized that the job names here do not match:
1.
https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/dlrnapi_pro...
2.
https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/jobs.yaml#L998
If you pay attention to the current-tripleo tag in the file
https://github.com/rdo-infra/ci-config/blob/master/ci-scripts/dlrnapi_pro...,
the scenarios for this tag match the jobs in the rdo-jobs repository for Zuul.
I assume this is the reason for the long absence of this tag. But I do not exclude that
the reason lies in something else. I would like to find out why containers with
current-tripleo-rdo tag do not appear in qaya.io.