Remove cypress cache volumes (#43667)

This commit is contained in:
Dimitris Sotirakis
2022-01-04 16:28:06 +02:00
committed by GitHub
parent dc92cee874
commit 6926cb3060
3 changed files with 3 additions and 148 deletions
+2 -6
View File
@@ -295,7 +295,7 @@ def e2e_tests_artifacts(edition):
return {
'name': 'e2e_tests_artifacts_upload' + enterprise2_suffix(edition),
'image': 'google/cloud-sdk:367.0.0',
'depends_on': [
'depends_on': [
'end-to-end-tests-dashboards-suite',
'end-to-end-tests-panels-suite',
'end-to-end-tests-smoke-tests-suite',
@@ -308,7 +308,7 @@ def e2e_tests_artifacts(edition):
},
'commands': [
'apt-get update',
'apt-get install -yq zip',
'apt-get install -yq zip',
'ls -lah ./e2e',
'find ./e2e -type f -name "*.mp4"',
'printenv GCP_GRAFANA_UPLOAD_ARTIFACTS_KEY > /tmp/gcpkey_upload_artifacts.json',
@@ -720,10 +720,6 @@ def e2e_tests_step(suite, edition, port=3001, tries=None):
'environment': {
'HOST': 'end-to-end-tests-server' + enterprise2_suffix(edition),
},
'volumes': [{
'name': 'cypress_cache',
'path': '/root/.cache/Cypress'
}],
'commands': [
'apt-get install -y netcat',
cmd,
-3
View File
@@ -41,9 +41,6 @@ def pipeline(
'services': services,
'steps': steps,
'volumes': [{
'name': 'cypress_cache',
'temp': {},
},{
'name': 'docker',
'host': {
'path': '/var/run/docker.sock',