Page MenuHomePhorge

Document (Ab)using CI
Open, 40Public5 Story Points

Description

Document (ab)using CI locally, such that one can run:

$ docker run -it \
  --rm=true \
  --volume=/home/kanarip/.oscrc:/root/.oscrc \
  --volume=/var/tmp/osbuild-packagecache/:/var/tmp/osbuild-packagecache/ \
  --hostname=kolab.example.org \
  -e ID=2087 \
  -e COMMIT=e0fb77d4c05c95cc78dc8c9b38517b8a84d5a40e \
  -e DIFFERENTIAL= \
  -e PACKAGE=kolab-syncroton \
  -e PHAB_CERT= \
  -e PHAB_USER= \
  -e PHID=PHID-HMBT-ubbxhcwf32auvwyzkp2w \
  -e URI=ssh://git@git.kolab.org/diffusion/S/syncroton.git \
  -e RO_URI=https://git.kolab.org/diffusion/S/syncroton.git \
  -e VCS=git \
  -e TEST_BUILD=1 \
  -e TEST_FUNCTIONAL=1 \
  -e TEST_INTEGRATION=1 \
  -e TEST_PERFORMANCE=1 \
  -e TEST_UNIT=1 \
  -e TEST_OBS=0 \
  --entrypoint /bin/bash \
  kolab/ci-maipo \
  -s

Details

Ticket Type
Task

Related Objects

Event Timeline