It's starting small by adding an existing and small lister, the gnu one.
Related to T4144
Paths
| Differential D8400 Authored by ardumont on Sep 6 2022, 3:36 PM.
Details
Summary It's starting small by adding an existing and small lister, the gnu one. Related to T4144 Test Plan 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
Event TimelineHarbormaster completed remote builds in B31344: Diff 30314.Sep 6 2022, 3:36 PM2022-09-06 15:36:42 (UTC+2) This revision was not accepted when it landed; it landed in state Needs Review.Sep 6 2022, 4:48 PM2022-09-06 16:48:29 (UTC+2) Closed by commit R260:9ea373925c13: archive-staging: Deploy listers in cluster (authored by ardumont). · Explain Why This revision was automatically updated to reflect the committed changes. ardumont edited the test plan for this revision. (Show Details)Sep 6 2022, 5:16 PM2022-09-06 17:16:45 (UTC+2) This revision now requires changes to proceed.Sep 6 2022, 5:27 PM2022-09-06 17:27:04 (UTC+2) Harbormaster completed remote builds in B31359: Diff 30332.Sep 6 2022, 5:31 PM2022-09-06 17:31:14 (UTC+2) ardumont edited the test plan for this revision. (Show Details)Sep 6 2022, 5:47 PM2022-09-06 17:47:34 (UTC+2) Harbormaster completed remote builds in B31379: Diff 30351.Sep 7 2022, 5:52 PM2022-09-07 17:52:20 (UTC+2) This revision is now accepted and ready to land.Sep 7 2022, 5:54 PM2022-09-07 17:54:21 (UTC+2)
Revision Contents
Diff 30351 swh/templates/listers/configmap.yaml
swh/templates/listers/deployment.yaml
swh/templates/listers/keda-autoscaling.yaml
swh/values/default.yaml
|