-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
Signed-off-by: bupd <[email protected]>
df -h | ||
docker system prune -a -f | ||
bash ./tests/showtime.sh ./tests/ci/api_common_install.sh $IP DB | ||
- name: script |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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.
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: