Skip to content

Removes Python memory snapshot upload code.#2534

Merged
dom96 merged 1 commit intomainfrom
dominik/remove-py-snapshot-upload
Aug 19, 2024
Merged

Removes Python memory snapshot upload code.#2534
dom96 merged 1 commit intomainfrom
dominik/remove-py-snapshot-upload

Conversation

@dom96
Copy link
Copy Markdown
Contributor

@dom96 dom96 commented Aug 15, 2024

We now upload via the validator so this code is no longer needed.

@dom96 dom96 requested review from a team as code owners August 15, 2024 15:46
ArtifactBundler.isEwValidating() || SHOULD_SNAPSHOT_TO_DISK;
const SHOULD_UPLOAD_SNAPSHOT =
ArtifactBundler.isEnabled() || TOP_LEVEL_SNAPSHOT;
const SHOULD_UPLOAD_SNAPSHOT = TOP_LEVEL_SNAPSHOT;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rather than having two redundant names for this, why not combine them? I think SHOULD_UPLOAD_SNAPSHOT is probably the better name.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanted to leave that to another PR. Don't want to do too much in one PR.

Copy link
Copy Markdown
Contributor

@hoodmane hoodmane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always nice to see PRs that remove code.

@dom96 dom96 merged commit a47804f into main Aug 19, 2024
@dom96 dom96 deleted the dominik/remove-py-snapshot-upload branch August 19, 2024 13:11
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