Skip to content
StepArgumentsStatus
Start of Pipeline - (2 min 21 sec in block)
Success
node - (2 min 20 sec in block)testintegration
Success
node block - (2 min 20 sec in block)
Success
library - (1.2 sec in self)
Success
checkout - (13 sec in self)
Success
dir - (1.8 sec in block)_governance
Success
dir block - (1.7 sec in block)
Success
sh - (1.7 sec in self) echo "=== Setting _governance to PR #3 ===" echo "Before:" git remote -v git branch -vv git branch -D pr-3 2>/dev/null || true git fetch origin pull/3/head:pr-3 git checkout pr-3 echo "=== _governance AFTER PR checkout ===" git status git branch --show-current git rev-parse HEAD git log -1 --oneline --decorate
Success
echo - (44 ms in self)=== BEFORE recursiveMerge ===
Success
dir - (0.48 sec in block)_governance
Success
dir block - (0.35 sec in block)
Success
sh - (0.3 sec in self) git status echo "Branch:" git branch --show-current echo "Commit:" git rev-parse HEAD echo "Last commit:" git log -1 --oneline --decorate
Success
pwd - (52 ms in self)
Success
sh - (0.34 sec in self) mkdir -p build echo build > .git/info/exclude
Success
sh - (54 sec in self) pushd build curl -sfL https://github.com/ome/build-infra/archive/master.tar.gz | tar -zxf - popd python3.11 -m venv build/venv . build/venv/bin/activate python3.11 -m pip install -U pip python3.11 -m pip install scc
Success
sh - (1 min 7 sec in self) export BASE_REPO=www.openmicroscopy.org export BASE_BRANCH=master export VERSION_LOG=/home/omero/workspace/WEBSITE-push/build/version.tsv . build/venv/bin/activate if [ "merge_ci" != "null" ]; then export PUSH_BRANCH=merge_ci fi if [ "null" != "null" ]; then export GIT_USER=null fi export STATUS=success-only MERGE_OPTIONS="-vvv --no-ask --reset --comment" bash build/build-infra-master/recursive-merge
Success
archiveArtifacts - (65 ms in self)build/version.tsv
Success
echo - (44 ms in self)=== AFTER recursiveMerge ===
Success
dir - (0.45 sec in block)_governance
Success
dir block - (0.34 sec in block)
Success
sh - (0.3 sec in self) git status echo "Branch:" git branch --show-current echo "Commit:" git rev-parse HEAD echo "Last commit:" git log -1 --oneline --decorate
Success
echo - (36 ms in self)=== Final submodule status ===
Success
sh - (0.57 sec in self) git submodule status
Success