Start of Pipeline - (20 sec in block) | | | |
node - (2.9 sec in block) | | | |
node block - (2.8 sec in block) | | | |
checkout - (0.44 sec in self) | | | |
readYaml - (80 ms in self) | bodhi-testing.yaml | | |
withEnv - (0.88 sec in block) | HOME | | |
withEnv block - (0.83 sec in block) | | | |
sh - (0.81 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm -rf pipe && git clone https://github.com/coreos/fedora-coreos-pipeline --depth=1 pipe
| | |
load - (0.18 sec in block) | pipe/utils.groovy | | |
load block (pipe/utils.groovy) - (19 ms in block) | | | |
readYaml - (31 ms in self) | pipe/config.yaml | | |
withEnv - (0.58 sec in block) | HOME | | |
withEnv block - (0.53 sec in block) | | | |
sh - (0.51 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSLO https://raw.githubusercontent.com/coreos/fedora-coreos-config/testing-devel/manifest.yaml
| | |
readYaml - (31 ms in self) | manifest.yaml | | |
withEnv - (0.59 sec in block) | HOME | | |
withEnv block - (0.53 sec in block) | | | |
sh - (0.51 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
curl -sSLO https://raw.githubusercontent.com/coreos/fedora-coreos-config/rawhide/manifest.yaml
| | |
readYaml - (22 ms in self) | manifest.yaml | | |
properties - (18 ms in self) | | | |
echo - (12 ms in self) | | | |
readJSON - (61 ms in self) | | | |
libraryResource - (12 ms in self) | com/github/coreos/pod.json | | |
readJSON - (29 ms in self) | | | |
node - (0.14 sec in block) | | | |
node block - (71 ms in block) | | | |
writeYaml - (28 ms in self) | | | |
readFile - (22 ms in self) | pod-555c9244-84ad-40b3-ba1d-2e3d18a3ebaa.yaml | | |
podTemplate - (17 sec in block) | | | |
podTemplate block - (17 sec in block) | | | |
node - (17 sec in block) | pod-555c9244-84ad-40b3-ba1d-2e3d18a3ebaa | | |
node block - (5.7 sec in block) | | | |
container - (5.7 sec in block) | worker | | |
container block - (5.7 sec in block) | | | |
withEnv - (0.69 sec in block) | HOME | | |
withEnv block - (0.65 sec in block) | | | |
sh - (0.62 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
(cat /cosa/coreos-assembler-git.json || :) | tee coreos-assembler-git.json
| | |
archiveArtifacts - (0.45 sec in self) | coreos-assembler-git.json | | |
withEnv - (3.8 sec in block) | HOME | | |
withEnv block - (3.8 sec in block) | | | |
sh - (3.7 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rpm -qa | sort > coreos-assembler-rpmdb.txt
| | |
archiveArtifacts - (33 ms in self) | coreos-assembler-rpmdb.txt | | |
withEnv - (0.58 sec in block) | HOME | | |
withEnv block - (0.52 sec in block) | | | |
sh - (0.49 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm coreos-assembler-git.json coreos-assembler-rpmdb.txt
| | |
stage - (66 ms in block) | Trigger Test | | |
stage block (Trigger Test) - (38 ms in block) | | | |
build (Scheduling test-override) - (12 ms in self) | | | |