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 build actions on Linux failing due to Node16 runner removal #4064

Merged
merged 34 commits into from
Dec 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
14807e7
PR TEST
andrew-m-leonard Nov 28, 2024
c240776
PR TEST
andrew-m-leonard Nov 28, 2024
5cad5f4
PR TEST
andrew-m-leonard Nov 28, 2024
7098cb6
PR TEST
andrew-m-leonard Nov 28, 2024
83fecfd
PR TEST
andrew-m-leonard Nov 28, 2024
0b11d43
PR TEST
andrew-m-leonard Nov 28, 2024
ac4af6e
PR TEST
andrew-m-leonard Nov 28, 2024
b886cbf
PR TEST
andrew-m-leonard Nov 28, 2024
98241db
Fix Node20 error starting docker container
andrew-m-leonard Nov 28, 2024
ace61e9
Fix Node20 error starting docker container
andrew-m-leonard Nov 28, 2024
e7e19f5
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
2c38758
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
11c682e
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
3484ba6
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
b9bdd4a
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
a5d6fb8
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
55cabc5
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
62f4d84
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
fc24584
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
c25ee99
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
27a193d
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
99452fd
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
60f4f5e
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
620a80f
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
4b88dd2
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
949f12f
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
5516b83
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
f7ae359
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
8a2094c
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
acb4e61
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
7523423
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
6c646eb
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
c8ebcec
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
85aaf6e
Fix Node20 error starting docker container
andrew-m-leonard Nov 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix Node20 error starting docker container
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
andrew-m-leonard committed Nov 29, 2024
commit 27a193da350c4ce5623a9c904734430048c1a7d6
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -115,8 +115,8 @@ jobs:
path: aqa-tests
- name: Run Smoke test within container image "${{ matrix.image }}"
env:
VENDOR_REPOS: ${{ github.head_ref }}
VENDOR_BRANCH: ${{ github.event.pull_request.head.repo.html_url }}.git
VENDOR_REPOS: ${{ github.event.pull_request.head.repo.html_url }}.git
VENDOR_BRANCH: ${{ github.head_ref }}
run: |
docker run --rm -w /home/jenkins -v "$PWD":"/home/jenkins" \
-e "TEST_JDK_HOME=${TEST_JDK_HOME}" \