From ecff55b1f7c4c54ca4dc3c74a34dcb957ff59f3f Mon Sep 17 00:00:00 2001 From: Gapodo Date: Thu, 8 Dec 2022 00:22:25 +0100 Subject: [PATCH] 26 --- .woodpecker/compliance-and-tests.yml | 114 --------------------------- .woodpecker/release-version.yml | 4 +- 2 files changed, 2 insertions(+), 116 deletions(-) delete mode 100644 .woodpecker/compliance-and-tests.yml diff --git a/.woodpecker/compliance-and-tests.yml b/.woodpecker/compliance-and-tests.yml deleted file mode 100644 index 64678599e8..0000000000 --- a/.woodpecker/compliance-and-tests.yml +++ /dev/null @@ -1,114 +0,0 @@ -platform: linux/amd64 - -variables: - - &golang_image 'golang:1.19' - - &gitea_test_env_image 'gitea/test_env:linux-amd64' - - &git_image 'docker:git' - - &drone_git_image 'drone/git' - -workspace: - base: /go - path: src/codeberg/gitea - -pipeline: - dummy: - image: *golang_image - commands: - - exit 0 - - # deps-backend: - # image: *golang_image - # pull: true - # secrets: - # - goproxy_override - # commands: - # - test "$${GOPROXY_OVERRIDE-}" != "" && export GOPROXY="$${GOPROXY_OVERRIDE}" - # - make deps-backend - - # security-check: - # image: *golang_image - # pull: true - # secrets: - # - goproxy_override - # commands: - # - test "$${GOPROXY_OVERRIDE-}" != "" && export GOPROXY="$${GOPROXY_OVERRIDE}" - # - make security-check - - # lint-backend: - # image: *gitea_test_env_image - # pull: true - # secrets: - # - goproxy_override - # environment: - # - TAGS=bindata sqlite sqlite_unlock_notify - # - GOSUMDB=sum.golang.org - # commands: - # - test "$${GOPROXY_OVERRIDE-}" != "" && export GOPROXY="$${GOPROXY_OVERRIDE}" - # - make lint-backend - - # checks-backend: - # image: *golang_image - # pull: true - # secrets: - # - goproxy_override - # commands: - # - test "$${GOPROXY_OVERRIDE-}" != "" && export GOPROXY="$${GOPROXY_OVERRIDE}" - # - make --always-make checks-backend - - # fetch-tags: - # image: *git_image - # pull: true - # commands: - # - git config --add safe.directory '*' - # - git fetch --tags --force - - # tag-pre-condition: - # image: *drone_git_image - # pull: true - # commands: - # - git update-ref refs/heads/tag_test ${CI_COMMIT_SHA} - - # prepare-test-env: - # image: *gitea_test_env_image - # pull: true - # secrets: - # - goproxy_override - # commands: - # - test "$${GOPROXY_OVERRIDE-}" != "" && export GOPROXY="$${GOPROXY_OVERRIDE}" - # - ./build/test-env-prepare.sh - - # build-test: - # image: *gitea_test_env_image - # pull: true - # secrets: - # - goproxy_override - # environment: - # - GOSUMDB=sum.golang.org - # - TAGS=bindata sqlite sqlite_unlock_notify - # commands: - # - test "$${GOPROXY_OVERRIDE-}" != "" && export GOPROXY="$${GOPROXY_OVERRIDE}" - # - su gitea -c './build/test-env-check.sh' - # - su gitea -c 'make backend' - - # unit-test: - # image: *gitea_test_env_image - # pull: true - # secrets: - # - github_read_token - # - goproxy_override - # environment: - # - TAGS=bindata sqlite sqlite_unlock_notify - # - RACE_ENABLED=true - # commands: - # - test "$${GOPROXY_OVERRIDE-}" != "" && export GOPROXY="$${GOPROXY_OVERRIDE}" - # - su gitea -c 'make unit-test-coverage test-check' - - # test-sqlite: - # image: *gitea_test_env_image - # environment: - # - USE_REPO_TEST_DIR=1 - # - GOPROXY=off - # - TAGS=bindata gogit sqlite sqlite_unlock_notify - # - TEST_TAGS=bindata gogit sqlite sqlite_unlock_notify - # commands: - # - su gitea -c 'timeout -s ABRT 120m make test-sqlite-migration test-sqlite' diff --git a/.woodpecker/release-version.yml b/.woodpecker/release-version.yml index 33cc1882e9..e4c8193cda 100644 --- a/.woodpecker/release-version.yml +++ b/.woodpecker/release-version.yml @@ -1,7 +1,7 @@ platform: linux/amd64 -depends_on: - - compliance-and-tests +# depends_on: +# - compliance-and-tests workspace: base: /source