Skip to content
Success

Changes

Summary

  1. jobs/gerrit: osmo-ttcn3-hacks: tweak make lines (details)
  2. jobs/gerrit: use deps cache from docker image (details)
  3. jobs/gerrit: osmo-ttcn3-hacks: drop chown (details)
  4. gerrit-verifications,master-builds: Add pyosmocom (details)
  5. scripts: adjust to pyosmocom move to gerrit (details)
Commit 68ddbceeeb9fd47e001021d02e13eb1f114e4242 by Oliver Smith
jobs/gerrit: osmo-ttcn3-hacks: tweak make lines

* The "make clean" is not needed, as the osmo-ttcn3-hacks.git repository
  is a fresh clone of code that was submitted to gerrit.
* The "make deps" is not needed, as "make compile" depends on the deps
  target.
* Combine the cd and make lines.
* Remove ; at the end of lines, as it is not needed
* Switch " and ', so variables can be used with less escaping in future
  patches in this block.

Change-Id: Iac179bfb26478ecab51f47e469b4be7b0f9a5a94
The file was modifiedjobs/gerrit-verifications.yml
Commit 65c3275be06603a29311ba2160ffbb4500b1c206 by Oliver Smith
jobs/gerrit: use deps cache from docker image

Instead of freshly cloning the dependencies each time, use the cache we
already have in the debian-bookworm-titan docker image. This way only
the dependency repositories that were changed in the patch submitted to
gerrit need to be updated.

Related: OS#6572
Change-Id: I895011edf49f612d0df7f4759dc374bab60c32a6
The file was modifiedjobs/gerrit-verifications.yml
Commit e8085b60c378de018f92e934f26ff3d96c0286c6 by Oliver Smith
jobs/gerrit: osmo-ttcn3-hacks: drop chown

The chown takes some time, do it once when building the docker image
instead of doing it for every gerrit verification run.

Depends: docker-playground Id51885d0929f4966b1a4a181b3453c06d7956b53
Change-Id: I4bea336097e8180b19b3afa41c0b984d93c21bd1
The file was modifiedjobs/gerrit-verifications.yml
Commit 9d16c7fdf5c2fe7813e8b0a97e6c169277033623 by Oliver Smith
gerrit-verifications,master-builds: Add pyosmocom

Change-Id: I9ec289f8d3116bbc8291298146c58d0209684439
The file was modifiedjobs/master-builds.yml
The file was modifiedjobs/gerrit-verifications.yml
Commit 48edcae1388986697e7f4f5dfe7d6a8a2eb57102 by Oliver Smith
scripts: adjust to pyosmocom move to gerrit

Related: OS#6573
Change-Id: I5ebbbd87c562e7bfa21792db0eadb556716ad252
The file was modifiedscripts/common.sh
The file was modifiedscripts/manuals/publish-manuals-for-tags.sh