Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Don't store video and screenshot artifacts for runs #20979

Merged
merged 3 commits into from
Apr 11, 2022

Conversation

jennifer-shehane
Copy link
Member

@jennifer-shehane jennifer-shehane commented Apr 7, 2022

User facing changelog

N/A

Additional details

We're storing videos and screenshots within Circle that I don't believe anyone is utilizing in a meaningful way. We already upload screenshots and videos to the Cypress Dashboard where they could be viewed. This is taking up a bit of storage space in Circle which costs us some money. It's not a huge part of our bill, but seemed like a quick optimization.

The only time I can see the saving of these artifacts being useful in CircleCI is on runs that are not recorded to Cypress - so outside contributor PRs. I figure if these become really necessary to debug a failure within CI that the capturing of these artifacts could be added to the PR to look at the specific video/screenshot if necessary. It's also a bit random which jobs were keeping these and which weren't.

@cypress
Copy link

cypress bot commented Apr 8, 2022



Test summary

4401 0 54 0Flakiness 0


Run details

Project cypress
Status Passed
Commit 030a3e6
Started Apr 11, 2022 3:16 PM
Ended Apr 11, 2022 3:28 PM
Duration 11:41 💡
OS Linux Debian - 10.10
Browser Firefox 93

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@jennifer-shehane jennifer-shehane self-assigned this Apr 8, 2022
@flotwig flotwig self-requested a review April 8, 2022 15:37
@jennifer-shehane jennifer-shehane merged commit a81dca7 into develop Apr 11, 2022
@jennifer-shehane jennifer-shehane deleted the remove-storing-artifacts branch April 11, 2022 15:28
tgriesser added a commit that referenced this pull request Apr 14, 2022
* 10.0-release: (25 commits)
  fix: stop running spec when switching specs (#21038)
  fix: remove asset size warnings and enable nuxt e2e tests (#21074)
  feat: swap the #__cy_root id selector to become data-cy-root for component mounting (#20951)
  fix: Doc changes around vue2 (#21066)
  feat: Add vue2 package from npm/vue/v2 branch (#21026)
  skip failing test
  fix: add possible frameworks to object API config (#21056)
  fix snapshot spacing
  fix system test
  fix snapshot
  update snapshots
  rename spec files
  rename files
  update snapshots
  release 9.5.4 [skip ci]
  fix(regression): cy.pause() should not be ignored with `cypress run --headed --no-exit` (#20877)
  fix: add missing Cypress.Commands.addAll() types (#20894)
  chore: Don't store video and screenshot artifacts for runs (#20979)
  chore: Update Chrome (beta) to 101.0.4951.26 (#20957)
  chore: remove parallelism from test-binary-against-repo jobs (#21004)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants