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

test: reduce fe ci time #2557

Merged
merged 8 commits into from
Aug 3, 2022
Merged

Conversation

LiteSun
Copy link
Member

@LiteSun LiteSun commented Jul 31, 2022

Please answer these questions before submitting a pull request, or your PR will get closed.

Why submit this pull request?

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

What changes will this PR take into?

This PR aims to reduce fe ci time by using github action matrix.

Before: about 27mins --> After about 17mins

Related issues
None

Checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@LiteSun LiteSun changed the title Sy/reduce fe ci time test: reduce fe ci time Jul 31, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2022

Codecov Report

Merging #2557 (9adb9c9) into master (06a7118) will increase coverage by 7.28%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2557      +/-   ##
==========================================
+ Coverage   68.58%   75.86%   +7.28%     
==========================================
  Files         133      136       +3     
  Lines        3501     3576      +75     
  Branches      861      864       +3     
==========================================
+ Hits         2401     2713     +312     
+ Misses       1100      863     -237     
Flag Coverage Δ
frontend-e2e-test 75.86% <ø> (+7.28%) ⬆️

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

Impacted Files Coverage Δ
web/src/pages/Plugin/List.tsx 95.74% <0.00%> (ø)
web/src/pages/Plugin/service.ts 100.00% <0.00%> (ø)
web/src/pages/Plugin/PluginMarket.tsx 100.00% <0.00%> (ø)
web/src/pages/Route/List.tsx 74.34% <0.00%> (+1.31%) ⬆️
web/src/helpers.tsx 77.04% <0.00%> (+3.27%) ⬆️
web/src/components/Plugin/PluginDetail.tsx 74.86% <0.00%> (+3.91%) ⬆️
web/src/pages/Route/Create.tsx 87.30% <0.00%> (+3.96%) ⬆️
web/src/components/Plugin/UI/api-breaker.tsx 74.35% <0.00%> (+5.12%) ⬆️
...pages/Route/components/CreateStep4/CreateStep4.tsx 100.00% <0.00%> (+9.09%) ⬆️
web/src/pages/Route/components/Step3/index.tsx 62.50% <0.00%> (+9.37%) ⬆️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@bzp2010 bzp2010 requested review from Baoyuantop, juzhiyuan, SkyeYoung and guoqqqi and removed request for SkyeYoung August 3, 2022 09:53
@juzhiyuan juzhiyuan merged commit adcd2e3 into apache:master Aug 3, 2022
hongbinhsu pushed a commit to fitphp/apix-dashboard that referenced this pull request Sep 10, 2022
* upstream/master: (23 commits)
  feat: Add config struct of OpenID-Connect Login (apache#2597)
  feat: set serverUrlMap with env, update cypress, update stylelint (apache#2583)
  chore: fix function name typo (apache#2599)
  fix: page refresh causes deletion exception (apache#2593)
  feat: support show all enable plugin list tab (apache#2585)
  fix: drawer components delete plugin not working (apache#2573)
  feat: add batch delete function for route (apache#2502)
  test: reduce fe ci time (apache#2557)
  doc(csp): add correct csp rule (apache#2548)
  doc: add a notice about the compatibility of Ingress and Dashboard (apache#2552)
  fix: add judgement for last_report_time (apache#2551)
  fix: cli test invalid etcd (apache#2544)
  feat: fix actions version to root version (apache#2521)
  fix: duplicate ID (apache#2501)
  fix: block arbitrary file index (apache#2497)
  docs: update deploy-with-docker.md (apache#2472)
  feat: translating Turkish for new features (apache#2487)
  docs: add new import and export docs to sidebar (apache#2485)
  docs: add data loader and new OpenAPI 3 loader (apache#2484)
  feat: support data loader in frontend (apache#2480)
  ...

# Conflicts:
#	api/internal/route.go
#	web/config/defaultSettings.ts
#	web/yarn.lock
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.

7 participants