-
Notifications
You must be signed in to change notification settings - Fork 796
[CI] First build Base and Build images, then Intel Drivers #20657
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
Conversation
13fb1ba to
6ea5c44
Compare
6ea5c44 to
0beb233
Compare
|
example CI failure in nightly job last weekend: https://github.com/intel/llvm/actions/runs/19381290080/job/55460338609#step:3:914
|
0beb233 to
4db44b8
Compare
4db44b8 to
da18a7e
Compare
da18a7e to
adc94be
Compare
adc94be to
1261236
Compare
1261236 to
98e39d5
Compare
98e39d5 to
2f0fce1
Compare
2f0fce1 to
923ac2c
Compare
4ce832e to
f52cc5d
Compare
2f415cc to
8b7fd95
Compare
|
@intel/dpcpp-devops-reviewers , please re-review |
| if: github.repository == 'intel/llvm' | ||
| name: "Containers" | ||
| runs-on: ubuntu-latest | ||
| runs-on: docker-builder |
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.
can you use this label instead
'["Linux","docker-builder"]'
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.
done
| jobs: | ||
| build_and_push_images: | ||
| # First build "Base" and "Build" images | ||
| build_and_push_non_intel_images: |
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.
im not sure the name is accurate, maybe we should say non-driver images?
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.
done
| - name: Checkout | ||
| uses: actions/checkout@v5 | ||
| with: | ||
| fetch-depth: 2 |
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.
just wondering why 2 instead of 1?
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.
not my invention, I copy-pasted this from original job (see unchanged code below)
Intel Drivers images were hitting 'No space left on device' error on public runners
8b7fd95 to
1867021
Compare
sarnex
left a comment
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.
thanks!
|
@lukaszstolarczuk Should we try merging? |
I vote yes 😉 |
|
good luck everyone |
|
Containers CI looks green. |
|
@lukaszstolarczuk I had to restart it once due to a failure, not sure if a real issue or just nonsense. see below https://github.com/intel/llvm/actions/runs/19549076287/job/55977048659 |
|
I'll check after the weekend if it'll be repeated. Maybe just a temporary hiccup or an issue that was hidden because of "no space left on device" error... |
and fix building "Intel Drivers" images, as they currently can't be built because of "No space left on device" error.