Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
2788d41a
Unverified
Commit
2788d41a
authored
Aug 27, 2024
by
Nicolas Patry
Committed by
GitHub
Aug 27, 2024
Browse files
Fixing CI. (#2462)
parent
cfa73b5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.github/workflows/build.yaml
.github/workflows/build.yaml
+0
-4
.github/workflows/ci_build.yaml
.github/workflows/ci_build.yaml
+3
-0
No files found.
.github/workflows/build.yaml
View file @
2788d41a
...
...
@@ -32,10 +32,6 @@ jobs:
permissions
:
contents
:
write
packages
:
write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token
:
write
security-events
:
write
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
...
...
.github/workflows/ci_build.yaml
View file @
2788d41a
...
...
@@ -39,6 +39,9 @@ jobs:
matrix
:
hardware
:
[
"
cuda"
,
"
rocm"
,
"
intel-xpu"
,
"
intel-cpu"
]
uses
:
./.github/workflows/build.yaml
# calls the one above ^
permissions
:
contents
:
write
packages
:
write
with
:
hardware
:
${{ matrix.hardware }}
# https://github.com/actions/runner/issues/2206
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment