Merge "Upgrade gitea to 1.13.6"

This commit is contained in:
Zuul 2021-03-29 23:42:59 +00:00 committed by Gerrit Code Review
commit 0800f4040e
2 changed files with 11 additions and 1 deletions

View File

@ -26,7 +26,7 @@ FROM docker.io/library/golang:1.15-buster AS build-env
LABEL maintainer="infra-root@openstack.org"
ARG GITEA_VERSION="v1.13.1"
ARG GITEA_VERSION="v1.13.6"
ENV TAGS "bindata $TAGS"
#Build deps

View File

@ -16,3 +16,13 @@
fail:
msg: Zuul description was not updated
when: '"Zuuls new description" not in zuul_content.content'
- name: Push system-config into our test gitea for testing
shell: |
cd /home/zuul/src/opendev.org/opendev/system-config
git remote add test-gitea https://gerrit:{{ gitea_gerrit_password }}@localhost:3000/opendev/system-config
GIT_SSL_NO_VERIFY=1 git push -f test-gitea master
# This is conveniently left here so that it can be uncommented in order to
# autohold the system-config-run-gitea job in zuul.
#- name: Force a failure for human intervention
# fail:
# msg: Failing so that we can check on things with a hold