Skip to content

Commit 6ac353b

Browse files
authored
Remove testing-e2e (go-gitea#25681)
as we only backport fixes ... it's not important to fix upcoming browser changes that will result in slightly different web-UI behavior
1 parent 3be10dd commit 6ac353b

File tree

1 file changed

+0
-75
lines changed

1 file changed

+0
-75
lines changed

.drone.yml

Lines changed: 0 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -507,81 +507,6 @@ steps:
507507
- name: deps
508508
path: /go
509509

510-
---
511-
kind: pipeline
512-
type: docker
513-
name: testing-e2e
514-
515-
platform:
516-
os: linux
517-
arch: amd64
518-
519-
depends_on:
520-
- compliance
521-
522-
trigger:
523-
event:
524-
- pull_request
525-
paths:
526-
exclude:
527-
- docs/**
528-
529-
volumes:
530-
- name: deps
531-
temp: {}
532-
533-
services:
534-
- name: pgsql
535-
pull: default
536-
image: postgres:10
537-
environment:
538-
POSTGRES_DB: testgitea-e2e
539-
POSTGRES_PASSWORD: postgres
540-
POSTGRES_INITDB_ARGS: --encoding=UTF8 --lc-collate='en_US.UTF-8' --lc-ctype='en_US.UTF-8'
541-
542-
steps:
543-
- name: deps-frontend
544-
image: node:18
545-
pull: always
546-
commands:
547-
- make deps-frontend
548-
549-
- name: build-frontend
550-
image: node:18
551-
commands:
552-
- make frontend
553-
depends_on: [deps-frontend]
554-
555-
- name: deps-backend
556-
image: golang:1.18
557-
pull: always
558-
commands:
559-
- make deps-backend
560-
volumes:
561-
- name: deps
562-
path: /go
563-
564-
# TODO: We should probably build all dependencies into a test image
565-
- name: test-e2e
566-
image: mcr.microsoft.com/playwright:v1.29.2-focal
567-
commands:
568-
- curl -sLO https://go.dev/dl/go1.20.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.20.linux-amd64.tar.gz
569-
- groupadd --gid 1001 gitea && useradd -m --gid 1001 --uid 1001 gitea
570-
- apt-get -qq update && apt-get -qqy install build-essential
571-
- export TEST_PGSQL_SCHEMA=''
572-
- ./build/test-env-prepare.sh
573-
- su gitea bash -c "export PATH=$PATH:/usr/local/go/bin && timeout -s ABRT 40m make test-e2e-pgsql"
574-
environment:
575-
GOPROXY: https://goproxy.io
576-
GOSUMDB: sum.golang.org
577-
USE_REPO_TEST_DIR: 1
578-
TEST_PGSQL_DBNAME: 'testgitea-e2e'
579-
DEBIAN_FRONTEND: noninteractive
580-
depends_on: [build-frontend, deps-backend]
581-
volumes:
582-
- name: deps
583-
path: /go
584-
585510
---
586511
kind: pipeline
587512
name: update_translations

0 commit comments

Comments
 (0)