Remove volumes from build-e2e pipeline on main (#52386)

pull/52452/head
Dimitris Sotirakis 4 years ago committed by GitHub
parent e6b9ded949
commit e0d1af1867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .drone.yml
  2. 1
      scripts/drone/pipelines/main.star

@ -1305,12 +1305,6 @@ volumes:
- host:
path: /var/run/docker.sock
name: docker
- name: postgres
temp:
medium: memory
- name: mysql
temp:
medium: memory
---
depends_on: []
kind: pipeline
@ -4880,6 +4874,6 @@ kind: secret
name: gcp_upload_artifacts_key
---
kind: signature
hmac: 55383abbbc205824d35aa689a0e00f374e74520d77dc387e354b063e4ade0869
hmac: 6ca96adcc90cb32d6ded5bcd804548f5c2a5dfdfa1791761f150e1447852357a
...

@ -219,7 +219,6 @@ def main_pipelines(edition):
pipelines = [docs_pipelines(edition, ver_mode, trigger), main_test_frontend(), main_test_backend(), pipeline(
name='main-build-e2e-publish', edition=edition, trigger=trigger, services=[],
steps=init_steps + build_steps,
volumes=volumes,
), pipeline(
name='main-integration-tests', edition=edition, trigger=trigger, services=services,
steps=[download_grabpl_step(), identify_runner_step(), verify_gen_cue_step(edition="oss"), wire_install_step(), ] + integration_test_steps,

Loading…
Cancel
Save