Start of Pipeline - (19 sec in block) | | | |
node - (1.9 sec in block) | | | |
node block - (1.8 sec in block) | | | |
checkout - (0.21 sec in self) | | | |
readYaml - (74 ms in self) | bodhi-testing.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
rm -rf pipe && git clone https://github.com/coreos/fedora-coreos-pipeline --depth=1 pipe
| | |
load - (0.17 sec in block) | pipe/utils.groovy | | |
load block (pipe/utils.groovy) - (23 ms in block) | | | |
readYaml - (34 ms in self) | pipe/config.yaml | | |
withEnv - (0.34 sec in block) | HOME | | |
withEnv block - (0.29 sec in block) | | | |
sh - (0.27 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 - (30 ms in self) | manifest.yaml | | |
withEnv - (0.34 sec in block) | HOME | | |
withEnv block - (0.29 sec in block) | | | |
sh - (0.27 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 - (25 ms in self) | manifest.yaml | | |
properties - (22 ms in self) | | | |
echo - (14 ms in self) | | | |
readJSON - (65 ms in self) | | | |
libraryResource - (13 ms in self) | com/github/coreos/pod.json | | |
readJSON - (31 ms in self) | | | |
node - (0.15 sec in block) | | | |
node block - (77 ms in block) | | | |
writeYaml - (25 ms in self) | | | |
readFile - (27 ms in self) | pod-d625734f-4c0e-4b73-b69d-01e455b44840.yaml | | |
podTemplate - (17 sec in block) | | | |
podTemplate block - (17 sec in block) | | | |
node - (17 sec in block) | pod-d625734f-4c0e-4b73-b69d-01e455b44840 | | |
node block - (6.2 sec in block) | | | |
container - (6.2 sec in block) | worker | | |
container block - (6.1 sec in block) | | | |
withEnv - (1.1 sec in block) | HOME | | |
withEnv block - (1.1 sec in block) | | | |
sh - (1.1 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.46 sec in self) | coreos-assembler-git.json | | |
withEnv - (3.8 sec in block) | HOME | | |
withEnv block - (3.7 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 - (32 ms in self) | coreos-assembler-rpmdb.txt | | |
withEnv - (0.57 sec in block) | HOME | | |
withEnv block - (0.52 sec in block) | | | |
sh - (0.5 sec in self) |
set -xeuo pipefail
if [ `umask` = 0000 ]; then
umask 0022
fi
rm coreos-assembler-git.json coreos-assembler-rpmdb.txt
| | |
stage - (68 ms in block) | Trigger Test | | |
stage block (Trigger Test) - (39 ms in block) | | | |
build (Scheduling test-override) - (12 ms in self) | | | |