It's starting small by adding an existing and small lister, the gnu one.
Related to T4144
Differential D8400
archive-staging: Deploy listers in cluster ardumont on Sep 6 2022, 3:36 PM. Authored by
Details
It's starting small by adding an existing and small lister, the gnu one. Related to T4144 Testing this with the gnu lister is ok [1] helm install is not complaining [2] [1] 17:46:41 swh-scheduler@db1:5432=> select * from task_run where task = (select id from task where type='list-gnu-full') order by ended desc limit 1; +----------+----------+--------------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------------------------------+----------+ | id | task | backend_id | scheduled | started | ended | metadata | status | +----------+----------+--------------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------------------------------+----------+ | 75294590 | 17271527 | 463a5b35-236a-4a23-87cb-63f0c9918b22 | 2022-09-06 15:42:28.566102+00 | 2022-09-06 15:42:50.948995+00 | 2022-09-06 15:42:57.389424+00 | {"worker": "celery@lister-gnu-full-7d798574f6-dsc7z"} | eventful | +----------+----------+--------------------------------------+-------------------------------+-------------------------------+-------------------------------+-------------------------------------------------------+----------+ (1 row) Time: 6.620 ms [2] helm install --values values-swh-application-versions.yaml --values swh/values/default.yaml --values swh/values/staging.yaml swh-test swh --dry-run --debug --set namespace=test 2>&1
Diff Detail
|