From bfb5a97d8ce93e3ca6518744111dd0beec0bbf47 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 19 Dec 2023 23:48:15 +0100 Subject: [PATCH] [CI] upgrade moved to https://code.forgejo.org/forgejo/end-to-end/ --- .forgejo/workflows/testing.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml index 790d7abd4b..c93d27ebf6 100644 --- a/.forgejo/workflows/testing.yml +++ b/.forgejo/workflows/testing.yml @@ -180,33 +180,3 @@ jobs: RACE_ENABLED: true TEST_TAGS: gogit sqlite sqlite_unlock_notify USE_REPO_TEST_DIR: 1 - upgrade: - needs: [test-sqlite] - runs-on: docker - container: - image: codeberg.org/forgejo/test_env:main - steps: - - uses: https://code.forgejo.org/actions/checkout@v3 - - uses: https://code.forgejo.org/actions/setup-go@v4 - with: - go-version: "1.20" - - run: | - git config --add safe.directory '*' - chown -R gitea:gitea . /go - - run: | - su gitea -c 'make deps-backend' - - run: | - su gitea -c 'make backend' - env: - TAGS: bindata sqlite sqlite_unlock_notify - - run: | - su gitea -c 'make gitea' - cp -a gitea /tmp/forgejo-development - timeout-minutes: 50 - env: - TAGS: bindata sqlite sqlite_unlock_notify - - run: | - script=$(pwd)/.forgejo/upgrades/test-upgrade.sh - $script dependencies - su gitea -c "$script test_upgrades" -