-
Notifications
You must be signed in to change notification settings - Fork 44
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
build: migrate build to GitHub Actions #1124
Conversation
bfad1a1
to
05d5b14
Compare
Could you @stempler please help me understand why it's failing the test https://github.com/halestudio/hale/actions/runs/8162870481/job/22314828710 |
Looking at the logs the error seems to be
The respective bundle is mentioned before in the log:
It looks like it failed to download or it for some reason deemed as corrupted and possibly deleted. The redownload that is mentioned does not seem to have been successful. Does this happen every time this is run? Or just from time to time? |
05d5b14
to
700b413
Compare
The push to the master branch has failed in the last 3 builds What I have noticed that in the last build also 11 tests are failing, which didn't happened previously. |
And what are the results of your analysis?
That's the integration tests using Docker. hale studio uses its own mechanism to run Docker images required for tests. See also Line 51 in 2493822
|
0eadc77
to
dc58968
Compare
hale-docker.conf
Outdated
@@ -0,0 +1,3 @@ | |||
global { |
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.
The file should be created in the GitHub Actions runner as part of the workflow.
Here is an example from another workflow that creates a text file:
Current build failure is because of outdated offline resources. |
dc58968
to
feb95f6
Compare
b2e0da9
to
ccd9126
Compare
@emanuelaepure10 You could try to see if the current problem is also caused by what we ran into in the service publisher. |
67c0cca
to
b34b5ab
Compare
If one of the bellow lines is added If the pom.xml is added
is shown. As the pom.xml is created from @stempler Would you have any suggestion how to proceed? |
The problem occurs when executing |
a2e8ec8
to
94a33ed
Compare
94a33ed
to
b28b2df
Compare
b8959cb
to
27c22aa
Compare
e895d6b
to
eba0c64
Compare
Add pull request file, master and release branches files to be used by the GitHub actions to check the PRs. ING-4164 build: migrate build to GitHub Actions Add pull request file, master and release branches files to be used by the GitHub actions to check the PRs. ING-4164
eba0c64
to
8a6ca3c
Compare
Before the merge, the file publish.yml should be updated with the master branch instead of the test branch.
|
- unique job name for workflow checking PRs - use pinned action dependencies - remove checkout task (since included in setup-maven task)
🎉 This PR is included in version 5.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Add pull request file, master and release branches files to be used by the GitHub actions to check the PRs.
ING-4164