aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2023-07-04 14:40:15 +0200
committerGitHub <noreply@github.com>2023-07-04 08:40:15 -0400
commit6ac353b693c777c6895176308c348a5b7b7b1eb1 (patch)
tree46370af265c0966128478e4a050177fc9197d1da
parent3be10ddc8835cf64bf7253592da3c2686d3f928a (diff)
downloadgitea-6ac353b693c777c6895176308c348a5b7b7b1eb1.tar.gz
gitea-6ac353b693c777c6895176308c348a5b7b7b1eb1.zip
Remove testing-e2e (#25681)
as we only backport fixes ... it's not important to fix upcoming browser changes that will result in slightly different web-UI behavior
-rw-r--r--.drone.yml75
1 files changed, 0 insertions, 75 deletions
diff --git a/.drone.yml b/.drone.yml
index 1314352432..a2869c5d26 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -509,81 +509,6 @@ steps:
---
kind: pipeline
-type: docker
-name: testing-e2e
-
-platform:
- os: linux
- arch: amd64
-
-depends_on:
- - compliance
-
-trigger:
- event:
- - pull_request
- paths:
- exclude:
- - docs/**
-
-volumes:
- - name: deps
- temp: {}
-
-services:
- - name: pgsql
- pull: default
- image: postgres:10
- environment:
- POSTGRES_DB: testgitea-e2e
- POSTGRES_PASSWORD: postgres
- POSTGRES_INITDB_ARGS: --encoding=UTF8 --lc-collate='en_US.UTF-8' --lc-ctype='en_US.UTF-8'
-
-steps:
- - name: deps-frontend
- image: node:18
- pull: always
- commands:
- - make deps-frontend
-
- - name: build-frontend
- image: node:18
- commands:
- - make frontend
- depends_on: [deps-frontend]
-
- - name: deps-backend
- image: golang:1.18
- pull: always
- commands:
- - make deps-backend
- volumes:
- - name: deps
- path: /go
-
- # TODO: We should probably build all dependencies into a test image
- - name: test-e2e
- image: mcr.microsoft.com/playwright:v1.29.2-focal
- commands:
- - curl -sLO https://go.dev/dl/go1.20.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
- - groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
- - apt-get -qq update && apt-get -qqy install build-essential
- - export TEST_PGSQL_SCHEMA=''
- - ./build/test-env-prepare.sh
- - su gitea bash -c "export PATH=$PATH:/usr/local/go/bin && timeout -s ABRT 40m make test-e2e-pgsql"
- environment:
- GOPROXY: https://goproxy.io
- GOSUMDB: sum.golang.org
- USE_REPO_TEST_DIR: 1
- TEST_PGSQL_DBNAME: 'testgitea-e2e'
- DEBIAN_FRONTEND: noninteractive
- depends_on: [build-frontend, deps-backend]
- volumes:
- - name: deps
- path: /go
-
----
-kind: pipeline
name: update_translations
platform: