Skip to content

Feat: Add e2e test routing nightly #22146

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

bupd
Copy link
Contributor

@bupd bupd commented Jul 2, 2025

Thank you for contributing to Harbor!

Comprehensive Summary of your change

Migrate away from internal pipeline

Issue being fixed

Please indicate you've done the following:

  • Well Written Title and Summary of the PR
  • Label the PR as needed. "release-note/ignore-for-release, release-note/new-feature, release-note/update, release-note/enhancement, release-note/community, release-note/breaking-change, release-note/docs, release-note/infra, release-note/deprecation"
  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Made sure tests are passing and test coverage is added if needed.
  • Considered the docs impact and opened a new docs issue or PR with docs changes if needed in website repository.

Copy link

codecov bot commented Jul 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.57%. Comparing base (c8c11b4) to head (e55e0ce).
Report is 504 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main   #22146       +/-   ##
===========================================
+ Coverage   45.36%   68.57%   +23.20%     
===========================================
  Files         244      820      +576     
  Lines       13333   101472    +88139     
  Branches     2719        0     -2719     
===========================================
+ Hits         6049    69582    +63533     
- Misses       6983    28017    +21034     
- Partials      301     3873     +3572     
Flag Coverage Δ
unittests 68.57% <ø> (+23.20%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1052 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

df -h
docker system prune -a -f
bash ./tests/showtime.sh ./tests/ci/api_common_install.sh $IP DB
- name: script
Copy link
Contributor

Choose a reason for hiding this comment

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

run/execute test

pwd
env
df -h
#sudo apt install -y xvfb
Copy link
Contributor

Choose a reason for hiding this comment

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

remove the unless codes.

run: |
set -x
cd src/github.com/goharbor/harbor
pwd
Copy link
Contributor

Choose a reason for hiding this comment

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

are those pwd/env are for debugging? f so, we should remove them once debugging is complete. I understand this might be a legacy issue, but it would be good to start cleaning them up in the new pipeline.

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.

Migrate Internal Pipeline to Github Actions
2 participants