Page MenuHomeSoftware Heritage

Make swh-journal node run on swh-kafka node
ClosedPublic

Authored by ardumont on Mar 20 2019, 12:39 PM.

Details

Summary

Let other unit tests run as usual on the default swh-tox image.

Related T1276
Related D1239
Depends on D1280

Test Plan
$ pip install jenkins-job-builder
$ tox

At the moment, that does not work
The plan is something like this:

$ tox > before
$ grep assignedNode before | grep swh-kafka
$ arc patch <this>
$ tox > now
$ grep assignedNode now | grep swh-kafka
<assignedNode>swh-kafka</assignedNode>

Diff Detail

Repository
rCJSWH Jenkins jobs
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 4762
Build 6344: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 20 2019, 1:58 PM

Something simpler where tox actually run

I did:

pip install jenkins-job-builder
tox
ardumont edited the test plan for this revision. (Show Details)

Make the diff actually as the test plan mention \m/

This revision is now accepted and ready to land.Mar 20 2019, 5:31 PM

Use docker-image term as it's clearer

Also rework the git message

This revision was automatically updated to reflect the committed changes.