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

Ftr: Migrate travis Ci to GithubActions #752

Merged
merged 16 commits into from
Sep 11, 2020

Conversation

sdttttt
Copy link
Contributor

@sdttttt sdttttt commented Sep 11, 2020

What this PR does:

GithubActions is faster than TravisCI and saves about 1 minutes of build time.

Special notes for your reviewer:

Please note whether the CI behavior has been changed.

Comment on lines 65 to +66
# check consumer status
docker run -it --network host ci-consumer
docker run -i --network host ci-consumer
Copy link
Contributor Author

@sdttttt sdttttt Sep 11, 2020

Choose a reason for hiding this comment

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

I deleted this parameter, because cannot be used TTY(模拟终端) in GithubActions.

@codecov-commenter
Copy link

Codecov Report

Merging #752 into develop will decrease coverage by 0.97%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #752      +/-   ##
===========================================
- Coverage    64.15%   63.17%   -0.98%     
===========================================
  Files          236      244       +8     
  Lines        12313    13559    +1246     
===========================================
+ Hits          7899     8566     +667     
- Misses        3648     4123     +475     
- Partials       766      870     +104     
Impacted Files Coverage Δ
cluster/router/chain/chain.go 62.32% <0.00%> (-28.79%) ⬇️
cluster/loadbalance/util.go 66.66% <0.00%> (-19.05%) ⬇️
config_center/apollo/listener.go 82.60% <0.00%> (-17.40%) ⬇️
filter/filter_impl/metrics_filter.go 86.36% <0.00%> (-13.64%) ⬇️
common/yaml/yaml.go 86.66% <0.00%> (-13.34%) ⬇️
protocol/dubbo/server.go 50.48% <0.00%> (-12.17%) ⬇️
protocol/dubbo/pool.go 70.00% <0.00%> (-11.20%) ⬇️
metadata/report/delegate/delegate_report.go 29.41% <0.00%> (-9.56%) ⬇️
config_center/nacos/facade.go 81.25% <0.00%> (-9.38%) ⬇️
registry/nacos/registry.go 50.32% <0.00%> (-9.06%) ⬇️
... and 88 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05d541b...66d429d. Read the comment docs.

@sdttttt sdttttt changed the title [WIP] Ftr: Migrate Ci to GithubActions Ftr: Migrate Ci to GithubActions Sep 11, 2020
@AlexStocks AlexStocks changed the title Ftr: Migrate Ci to GithubActions Ftr: Migrate travis Ci to GithubActions Sep 11, 2020
@sdttttt sdttttt changed the title Ftr: Migrate travis Ci to GithubActions [WIP] Ftr: Migrate travis Ci to GithubActions Sep 11, 2020
@sdttttt
Copy link
Contributor Author

sdttttt commented Sep 11, 2020

Now, GithubActions can cache the dependencies of the last build, which is faster! 🚀

@sdttttt sdttttt changed the title [WIP] Ftr: Migrate travis Ci to GithubActions Ftr: Migrate travis Ci to GithubActions Sep 11, 2020
@watermelo watermelo self-requested a review September 11, 2020 12:00
@AlexStocks AlexStocks merged commit 3428629 into apache:develop Sep 11, 2020
zouyx added a commit to zouyx/dubbo-go that referenced this pull request Sep 22, 2020
Ftr: Migrate travis Ci to GithubActions
AlexStocks pushed a commit that referenced this pull request Apr 14, 2021
Ftr: Migrate travis Ci to GithubActions
kzhan pushed a commit to kzhan/dubbo-go that referenced this pull request Jun 5, 2021
Ftr: Migrate travis Ci to GithubActions
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.

5 participants