Page MenuHomeSoftware Heritage

staging: Deploy opam lister
ClosedPublic

Authored by ardumont on Aug 5 2021, 3:44 PM.

Details

Summary

Related to T3438

Test Plan

octo-diff

Expectedly, this installs the new opam queue for staging lister worker only:

$ bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to staging worker0.internal.staging.swh.network
...
Found host worker0.internal.staging.swh.network
*** Running octocatalog-diff on host worker0.internal.staging.swh.network
I, [2021-08-05T15:43:20.534427 #19620]  INFO -- : Catalogs compiled for worker0.internal.staging.swh.network
I, [2021-08-05T15:43:21.644416 #19620]  INFO -- : Diffs computed for worker0.internal.staging.swh.network
diff origin/production/worker0.internal.staging.swh.network current/worker0.internal.staging.swh.network
*******************************************
  File[/etc/softwareheritage/lister.yml] =>
   parameters =>
     content =>
      @@ -34,4 +34,5 @@
         - swh.lister.sourceforge.tasks.FullSourceForgeLister
         - swh.lister.sourceforge.tasks.IncrementalSourceForgeLister
      +  - swh.lister.opam.tasks.OpamListerTask
       credentials:
         github:
*******************************************
*** End octocatalog-diff on worker0.internal.staging.swh.network
$ bin/octocatalog-diff --octocatalog-diff-args --no-truncate-details --to staging worker01
...
*** Running octocatalog-diff on host worker01.softwareheritage.org
I, [2021-08-05T15:43:43.722017 #24533]  INFO -- : Catalogs compiled for worker01.softwareheritage.org
I, [2021-08-05T15:43:44.848790 #24533]  INFO -- : Diffs computed for worker01.softwareheritage.org
I, [2021-08-05T15:43:44.848834 #24533]  INFO -- : No differences
*** End octocatalog-diff on worker01.softwareheritage.org

Diff Detail

Repository
rSPSITE puppet-swh-site
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

ardumont created this revision.

The diff rendered is not great... I just extracted the common list queues into a yaml variable so i could overload it in the staging environment with the new queue for the opam lister.

This revision is now accepted and ready to land.Aug 5 2021, 4:31 PM
ardumont edited the test plan for this revision. (Show Details)

Rebase

This revision was automatically updated to reflect the committed changes.