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

✨ skip upload when sha is present #1164

Merged
merged 18 commits into from
Jan 25, 2023
Merged

✨ skip upload when sha is present #1164

merged 18 commits into from
Jan 25, 2023

Conversation

pankaj443
Copy link
Contributor

  • update tile config to include sha
  • skip uploading step when sha is present for tiles

@itsjwala itsjwala changed the title skip upload when sha is present ✨ skip upload when sha is present Jan 5, 2023
@itsjwala itsjwala added the ✨ enhancement New feature or request label Jan 5, 2023
Comment on lines 413 to 420
if (sha) {
let success = await this.verifyComparisonTile(comparisonId, sha);
if (!success) {
this.log.error(`Uploading comparison tile for ${sha} failed`);
return false;
}
return true;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Ideally would loop in here than on API. API loop will adversely affect API Apdex score

Copy link
Contributor Author

@pankaj443 pankaj443 Jan 6, 2023

Choose a reason for hiding this comment

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

looping here would mean multiple API calls, if we loop in API we will have only 1 api call. Also any changes/fixes can be deployed easily there.
Let me know if its blocking

pankaj443 and others added 3 commits January 12, 2023 17:10
Bumps [ws](https://github.com/websockets/ws) from 8.10.0 to 8.12.0.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.10.0...8.12.0)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@itsjwala itsjwala merged commit 3e3f310 into master Jan 25, 2023
@itsjwala itsjwala deleted the PAPP-84 branch January 25, 2023 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants