From 2f933fe6c68308d7c69e956c74d9fa30f376491f Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Thu, 7 Apr 2022 15:25:40 -0500 Subject: [PATCH 1/2] Don't store video and screenshot artifacts for runs --- circle.yml | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/circle.yml b/circle.yml index b67ff7d5e7d2..d7ff5810d5db 100644 --- a/circle.yml +++ b/circle.yml @@ -498,8 +498,6 @@ commands: - verify-mocha-results - store_test_results: path: /tmp/cypress - - store_artifacts: - path: ./packages/runner-ct/cypress/videos - store-npm-logs run-system-tests: @@ -694,13 +692,6 @@ commands: name: Run tests using command working_directory: /tmp/<>/<> command: <> - - - store_artifacts: - name: screenshots - path: /tmp/<>/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/<>/cypress/videos - unless: condition: <> steps: @@ -718,12 +709,6 @@ commands: name: Run tests using command working_directory: /tmp/<> command: <> - - store_artifacts: - name: screenshots - path: /tmp/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/cypress/videos - store-npm-logs test-binary-against-repo: @@ -835,13 +820,6 @@ commands: name: Run tests using command working_directory: /tmp/<>/<> command: <> - - - store_artifacts: - name: screenshots - path: /tmp/<>/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/<>/cypress/videos - unless: condition: <> steps: @@ -859,12 +837,6 @@ commands: name: Run tests using command working_directory: /tmp/<> command: <> - - store_artifacts: - name: screenshots - path: /tmp/<>/cypress/screenshots - - store_artifacts: - name: videos - path: /tmp/<>/cypress/videos - store-npm-logs build-binary: @@ -1464,8 +1436,6 @@ jobs: working_directory: npm/vite-dev-server - store_test_results: path: npm/vite-dev-server/test_results - - store_artifacts: - path: npm/vite-dev-server/cypress/videos - store-npm-logs npm-webpack-batteries-included-preprocessor: @@ -1660,10 +1630,6 @@ jobs: name: Run Kitchensink example project command: | yarn cypress:run --project /tmp/cypress-example-kitchensink - - store_artifacts: - path: /tmp/cypress-example-kitchensink/cypress/screenshots - - store_artifacts: - path: /tmp/cypress-example-kitchensink/cypress/videos - store-npm-logs test-kitchensink-against-staging: From 030a3e6c0ebd9ec47e167c42ac3d459093d86e7d Mon Sep 17 00:00:00 2001 From: Jennifer Shehane Date: Mon, 11 Apr 2022 09:40:41 -0500 Subject: [PATCH 2/2] chore: dont store video and screenshot artifacts