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

Set runs-on: ubuntu-20.04 on erroring workflows #3799

Closed

Conversation

gabezurita
Copy link
Collaborator

@gabezurita gabezurita commented Nov 25, 2024

See below for correct PR:

Setting the Ubuntu version in the workflow worked temporarily but failed after Ubuntu 20.04.6 upgraded to Gradle 8.11 (actions/runner-images#10999) 😅. It's also impossible to pin to the correct minor version in GH workflows (20.04.05).

See follow-on PR: #3803

What was the problem? ## How does this fix it?

This will hopefully resolve the removeUnusedEntriesOlderThan in the below pipelines: .github/workflows/bie-kafka-end2end-test.yml
.github/workflows/codeql-analysis.yml
.github/workflows/container-healthchecks.yml
.github/workflows/continuous-integration.yml
.github/workflows/ee-ep-merge-end-to-end.yml
.github/workflows/lint-gradle-files.yml
.github/workflows/svc-bgs-api-integration-test.yml .github/workflows/svc-bip-api-integration-test.yml

For more details, see the following chain of PRs: #3796

Errata

Seeing the error in the below pipelines, too:
image
image

This will hopefully resolve the removeUnusedEntriesOlderThan in the below pipelines:
.github/workflows/bie-kafka-end2end-test.yml
.github/workflows/codeql-analysis.yml
.github/workflows/container-healthchecks.yml
.github/workflows/continuous-integration.yml
.github/workflows/ee-ep-merge-end-to-end.yml
.github/workflows/lint-gradle-files.yml
.github/workflows/svc-bgs-api-integration-test.yml
.github/workflows/svc-bip-api-integration-test.yml

For more details, see the following chain of PRs: #3796
@gabezurita
Copy link
Collaborator Author

@brostk, it seems we might need to merge this PR, too. Running some tests!

Copy link
Contributor

github-actions bot commented Nov 25, 2024

Test Results

136 tests  ±0   136 ✅ ±0   24s ⏱️ -3s
 39 suites ±0     0 💤 ±0 
 39 files   ±0     0 ❌ ±0 

Results for commit 89895a1. ± Comparison against base commit 2bce459.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Nov 25, 2024

JaCoCo Test Coverage

Overall Project 73.19%

There is no coverage information present for the Files changed

@gabezurita gabezurita closed this Nov 26, 2024
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.

1 participant