Skip to content

CICD: fix upload and make e2e_subs_nightly required#6369

Merged
onetechnical merged 4 commits intoalgorand:masterfrom
onetechnical:debug-upload
Jun 14, 2025
Merged

CICD: fix upload and make e2e_subs_nightly required#6369
onetechnical merged 4 commits intoalgorand:masterfrom
onetechnical:debug-upload

Conversation

@onetechnical
Copy link
Copy Markdown
Contributor

Summary

For GitHub Actions, a rebuild before upload is required to install all the relevant files. However, explicitly for Linux nightly builds, these were skipped, which broke the upload step.

This PR also makes the following additional changes:

  • makes e2e_subs_nightly explicitly required - tests would pass if other validations passed, but these failed
  • Add support for passing S3_TESTDATA as a custom S3 bucket

Test Plan

Testing on a fork to verify, but all steps should pass with the next rel/nightly merge.

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.45%. Comparing base (981d065) to head (757699c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6369      +/-   ##
==========================================
+ Coverage   48.57%   50.45%   +1.87%     
==========================================
  Files         653      653              
  Lines      110395   110395              
==========================================
+ Hits        53621    55696    +2075     
+ Misses      53842    51837    -2005     
+ Partials     2932     2862      -70     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@onetechnical onetechnical merged commit 807b29a into algorand:master Jun 14, 2025
50 checks passed
@onetechnical onetechnical deleted the debug-upload branch June 14, 2025 01:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants