Properties
Properties
Run Command on atomic01
Run Command on atomic01
- When
- Completed at May 19 2015, 5:19 PM · Built for 2 s
- Status
Passed
| 51 | + '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']' |
|---|---|
| 52 | + test_build=1 |
| 53 | + test_functional=1 |
| 54 | + test_integration=1 |
| 55 | + test_performance=1 |
| 56 | + test_unit=1 |
| 57 | + '[' -z git ']' |
| 58 | + case ${vcs} in |
| 59 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 60 | + package=stick |
| 61 | ++ sed -e 's|ssh://git@|https://|g' |
| 62 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 63 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 64 | + case ${package} in |
| 65 | + case ${uri} in |
| 66 | ++ pwd |
| 67 | + export TMPDIR=/var/tmp/628 |
| 68 | + TMPDIR=/var/tmp/628 |
| 69 | + '[' '!' -d stick.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 71 | + pushd stick.git |
| 72 | + git checkout master |
| 73 | Already on 'master' |
| 74 | + popd |
| 75 | + '[' stick '!=' stick ']' |
| 76 | + export commit |
| 77 | + export differential |
| 78 | + export id |
| 79 | + export package |
| 80 | + export phid |
| 81 | + export ro_uri |
| 82 | + export uri |
| 83 | + export vcs |
| 84 | + export test_build |
| 85 | + export test_functional |
| 86 | + export test_integration |
| 87 | + export test_performance |
| 88 | + export test_unit |
| 89 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 90 | + pushd stick.git |
| 91 | + ../stick.git/drydocker/stick/build.sh |
| 92 | Sending build context to Docker daemon 3.072 kB |
| 93 | |
| 94 | Sending build context to Docker daemon |
| 95 | + retval=0 |
| 96 | + popd |
| 97 | + cd /var/tmp |
| 98 | + rm -rf /var/tmp/628 |
| 99 | + exit 0 |
| 100 |
| 6 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
|---|---|
| 7 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 8 | done |
| 9 | Step 0 : FROM centos:centos7 |
| 10 | ---> 214a4932132a |
| 11 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 12 | ---> Using cache |
| 13 | ---> dcae4a4725d8 |
| 14 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 15 | ---> Using cache |
| 16 | ---> 2ecb155876fe |
| 17 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 18 | ---> Using cache |
| 19 | ---> 3f48e284caa9 |
| 20 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 21 | ---> Using cache |
| 22 | ---> 3e967874f069 |
| 23 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 24 | ---> Using cache |
| 25 | ---> c22880c81964 |
| 26 | Step 6 : ENV IMAGE maipo |
| 27 | ---> Using cache |
| 28 | ---> 2f63d28b8d7b |
| 29 | Step 7 : RUN yum clean metadata && yum -y install ant build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' ) |
| 30 | ---> Using cache |
| 31 | ---> 053469bae952 |
| 32 | Step 8 : WORKDIR /srv |
| 33 | ---> Using cache |
| 34 | ---> 4bcb59f94e03 |
| 35 | Step 9 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 36 | ---> Using cache |
| 37 | ---> ea6db5033a9c |
| 38 | Step 10 : WORKDIR /srv/closure-compiler.git |
| 39 | ---> Using cache |
| 40 | ---> 83f8c8720b4a |
| 41 | Step 11 : RUN ant jar |
| 42 | ---> Using cache |
| 43 | ---> e53070725c77 |
| 44 | Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 45 | ---> Using cache |
| 46 | ---> 4fdb089e9256 |
| 47 | Step 13 : RUN chmod 755 /entrypoint.sh |
| 48 | ---> Using cache |
| 49 | ---> 3bc09954e01f |
| 50 | Step 14 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 51 | ---> Using cache |
| 52 | ---> 388e34a97a09 |
| 53 | Successfully built 388e34a97a09 |
| 54 | /var/tmp/628 |
| 55 |
Run Command on atomic02
Run Command on atomic02
- When
- Completed at May 19 2015, 5:19 PM · Built for 2 s
- Status
Passed
| 51 | + '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']' |
|---|---|
| 52 | + test_build=1 |
| 53 | + test_functional=1 |
| 54 | + test_integration=1 |
| 55 | + test_performance=1 |
| 56 | + test_unit=1 |
| 57 | + '[' -z git ']' |
| 58 | + case ${vcs} in |
| 59 | ++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git |
| 60 | + package=stick |
| 61 | ++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git |
| 62 | ++ sed -e 's|ssh://git@|https://|g' |
| 63 | + ro_uri=https://git.kolab.org/diffusion/QA/stick.git |
| 64 | + case ${package} in |
| 65 | + case ${uri} in |
| 66 | ++ pwd |
| 67 | + export TMPDIR=/var/tmp/627 |
| 68 | + TMPDIR=/var/tmp/627 |
| 69 | + '[' '!' -d stick.git ']' |
| 70 | + git clone https://git.kolab.org/diffusion/QA/stick.git stick.git |
| 71 | + pushd stick.git |
| 72 | + git checkout master |
| 73 | Already on 'master' |
| 74 | + popd |
| 75 | + '[' stick '!=' stick ']' |
| 76 | + export commit |
| 77 | + export differential |
| 78 | + export id |
| 79 | + export package |
| 80 | + export phid |
| 81 | + export ro_uri |
| 82 | + export uri |
| 83 | + export vcs |
| 84 | + export test_build |
| 85 | + export test_functional |
| 86 | + export test_integration |
| 87 | + export test_performance |
| 88 | + export test_unit |
| 89 | + '[' -x stick.git/drydocker/stick/build.sh ']' |
| 90 | + pushd stick.git |
| 91 | + ../stick.git/drydocker/stick/build.sh |
| 92 | Sending build context to Docker daemon 3.072 kB |
| 93 | |
| 94 | Sending build context to Docker daemon |
| 95 | + retval=0 |
| 96 | + popd |
| 97 | + cd /var/tmp |
| 98 | + rm -rf /var/tmp/627 |
| 99 | + exit 0 |
| 100 |
| 6 | for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \ |
|---|---|
| 7 | docker build -t kolab/ci-$dist - < $dist ; \ |
| 8 | done |
| 9 | Step 0 : FROM centos:centos7 |
| 10 | ---> 214a4932132a |
| 11 | Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com> |
| 12 | ---> Using cache |
| 13 | ---> 85a7fc22c601 |
| 14 | Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo |
| 15 | ---> Using cache |
| 16 | ---> bcd2b3489b29 |
| 17 | Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc |
| 18 | ---> Using cache |
| 19 | ---> 993c953beb21 |
| 20 | Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo |
| 21 | ---> Using cache |
| 22 | ---> 02af3d0b0ea6 |
| 23 | Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key |
| 24 | ---> Using cache |
| 25 | ---> 9e1006ebf407 |
| 26 | Step 6 : ENV IMAGE maipo |
| 27 | ---> Using cache |
| 28 | ---> 624cf3b1098b |
| 29 | Step 7 : RUN yum clean metadata && yum -y install ant build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' ) |
| 30 | ---> Using cache |
| 31 | ---> 3be1ea636c25 |
| 32 | Step 8 : WORKDIR /srv |
| 33 | ---> Using cache |
| 34 | ---> a558ad759931 |
| 35 | Step 9 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git |
| 36 | ---> Using cache |
| 37 | ---> 3eaa850b0676 |
| 38 | Step 10 : WORKDIR /srv/closure-compiler.git |
| 39 | ---> Using cache |
| 40 | ---> 62bfadc94e26 |
| 41 | Step 11 : RUN ant jar |
| 42 | ---> Using cache |
| 43 | ---> 0d989f501746 |
| 44 | Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh / |
| 45 | ---> Using cache |
| 46 | ---> 14f0c1538de3 |
| 47 | Step 13 : RUN chmod 755 /entrypoint.sh |
| 48 | ---> Using cache |
| 49 | ---> cf99cce42e71 |
| 50 | Step 14 : ENTRYPOINT [ "/entrypoint.sh" ] |
| 51 | ---> Using cache |
| 52 | ---> 3c61497ae22a |
| 53 | Successfully built 3c61497ae22a |
| 54 | /var/tmp/627 |
| 55 |
Lease Host atomic01
Lease Host atomic01
- When
- Completed at May 19 2015, 5:19 PM · Built for 1 s
- Status
Passed
Lease Host atomic02
Lease Host atomic02
- When
- Completed at May 19 2015, 5:19 PM · Built instantly
- Status
Passed