Skip to content

Commit

Permalink
Merge pull request #26599 from vespa-engine/aressem/update-build-prog…
Browse files Browse the repository at this point in the history
…ress

Indicate running state.
  • Loading branch information
Arnstein Ressem authored Mar 27, 2023
2 parents 599c317 + 31fa89b commit ed6879e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion screwdriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ jobs:
(cd sample-apps && find . -name "pom.xml" -exec sed -i -e "s,<vespa_version>.*</vespa_version>,<vespa_version>$VESPA_VERSION</vespa_version>," {} \;)
(cd sample-apps && find . -name "pom.xml" -exec sed -i -e "s:<version>[[]8,9[)]</version>:<version>$VESPA_VERSION</version>:" {} \;)
- make-srpm: |
$SD_SOURCE_DIR/screwdriver/factory-command.sh update-build-status running "Building"
make -C $WORKDIR/vespa -f .copr/Makefile srpm outdir=$WORKDIR
- *restore-cache
- build: |
Expand Down Expand Up @@ -187,7 +189,7 @@ jobs:
fi
- *save-cache
- update-build-status: |
meta set vespa.factory.build.status $FACTORY_BUILD_STATUS
meta set vespa.factory.build.status success
- teardown-report-build-status: |
FACTORY_BUILD_STATUS=$(meta get vespa.factory.build.status)
if [[ $FACTORY_BUILD_STATUS == success ]]; then
Expand Down

0 comments on commit ed6879e

Please sign in to comment.