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

GitHub Actions CI #3182

Merged
merged 4 commits into from
Jan 12, 2021
Merged

Conversation

gbarbon
Copy link
Contributor

@gbarbon gbarbon commented Dec 18, 2020

This PR introduces the GitHub Actions continuous integration to Kapua.

Related Issue
This PR partially fixes #3181

Description of the solution adopted
A workflows/github-actions.yaml script its added to the .github/ directory, and allows triggering the GitHub Actions on the Kapua project and its forks. Such yaml files is similar to the travis.yaml one, and allows having multiple jobs that performs in parallel all the integration testing phases.

Screenshots
n/a

Any side note on the changes made
This PR does not remove the Travis CI integration (another PR is required for that), since the two (Travis CI and GitHub Actions) should be used in parallel for a period, in order to be sure that the results of GitHub actions are correct.

@gbarbon gbarbon added Enhancement This PR/Issue improves an part of Kapua Test Test related stuff. It's a dirty job, but someone needs to do that! labels Dec 18, 2020
@codecov
Copy link

codecov bot commented Dec 18, 2020

Codecov Report

Merging #3182 (c3dd121) into develop (ba51416) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #3182   +/-   ##
==========================================
  Coverage      63.05%   63.06%           
+ Complexity      2488     2485    -3     
==========================================
  Files           1118     1118           
  Lines          23146    23146           
  Branches        2004     2004           
==========================================
+ Hits           14595    14597    +2     
+ Misses          7630     7626    -4     
- Partials         921      923    +2     
Impacted Files Coverage Δ Complexity Δ
...rtz/persistence/KapuaQuartzConnectionProvider.java 87.50% <0.00%> (-12.50%) 4.00% <0.00%> (-1.00%)
...pse/kapua/broker/core/pool/JmsConsumerWrapper.java 60.00% <0.00%> (-10.00%) 0.00% <0.00%> (ø%)
...ua/broker/core/listener/DeviceMessageListener.java 60.46% <0.00%> (-6.98%) 0.00% <0.00%> (ø%)
...ce/management/commons/call/DeviceCallExecutor.java 62.79% <0.00%> (-4.66%) 0.00% <0.00%> (ø%)
.../DeviceManagementOperationRegistryServiceImpl.java 66.07% <0.00%> (-3.58%) 12.00% <0.00%> (-2.00%)
.../broker/core/plugin/KapuaSecurityBrokerFilter.java 74.85% <0.00%> (+0.28%) 0.00% <0.00%> (ø%)
...plugin/authentication/UserAuthenticationLogic.java 83.03% <0.00%> (+1.78%) 0.00% <0.00%> (ø%)
...a/org/eclipse/kapua/transport/mqtt/MqttClient.java 62.19% <0.00%> (+6.09%) 0.00% <0.00%> (ø%)
...ransport/mqtt/pooling/PooledMqttClientFactory.java 71.42% <0.00%> (+9.52%) 0.00% <0.00%> (ø%)

Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
…ucumber feature

Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
…GitHub Actions now

Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
Signed-off-by: Gianluca Barbon <gianluca.barbon@eurotech.com>
@gbarbon gbarbon force-pushed the feature-githubActionsCI branch from 6082f35 to c3dd121 Compare December 21, 2020 10:09
@gbarbon gbarbon marked this pull request as ready for review December 21, 2020 17:47
@gbarbon gbarbon requested a review from Coduz December 21, 2020 17:48
@gbarbon gbarbon added the Stale PR This PR has been sitting for a while. Needs to be checked before merging. label Dec 21, 2020
@gbarbon gbarbon marked this pull request as draft December 21, 2020 17:48
@gbarbon gbarbon marked this pull request as ready for review December 22, 2020 16:38
@gbarbon gbarbon removed the Stale PR This PR has been sitting for a while. Needs to be checked before merging. label Dec 22, 2020
@Coduz Coduz merged commit d901959 into eclipse-kapua:develop Jan 12, 2021
@gbarbon gbarbon deleted the feature-githubActionsCI branch January 13, 2021 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua Test Test related stuff. It's a dirty job, but someone needs to do that!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration of continuous integration from the Travis CI platform
2 participants