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
renzhc
diffusers_dcu
Commits
c7a6d77b
Unverified
Commit
c7a6d77b
authored
Oct 12, 2024
by
Sayak Paul
Committed by
GitHub
Oct 12, 2024
Browse files
[CI] replace ubuntu version to 22.04. (#9656)
replace ubuntu version to 22.04.
parent
0f8fb75c
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
14 additions
and
14 deletions
+14
-14
.github/workflows/mirror_community_pipeline.yml
.github/workflows/mirror_community_pipeline.yml
+1
-1
.github/workflows/notify_slack_about_release.yml
.github/workflows/notify_slack_about_release.yml
+1
-1
.github/workflows/pr_dependency_test.yml
.github/workflows/pr_dependency_test.yml
+1
-1
.github/workflows/pr_flax_dependency_test.yml
.github/workflows/pr_flax_dependency_test.yml
+1
-1
.github/workflows/pr_test_peft_backend.yml
.github/workflows/pr_test_peft_backend.yml
+2
-2
.github/workflows/pr_tests.yml
.github/workflows/pr_tests.yml
+2
-2
.github/workflows/pr_torch_dependency_test.yml
.github/workflows/pr_torch_dependency_test.yml
+1
-1
.github/workflows/pypi_publish.yaml
.github/workflows/pypi_publish.yaml
+2
-2
.github/workflows/stale.yml
.github/workflows/stale.yml
+1
-1
.github/workflows/trufflehog.yml
.github/workflows/trufflehog.yml
+1
-1
.github/workflows/typos.yml
.github/workflows/typos.yml
+1
-1
No files found.
.github/workflows/mirror_community_pipeline.yml
View file @
c7a6d77b
...
...
@@ -25,7 +25,7 @@ jobs:
env
:
SLACK_WEBHOOK_URL
:
${{ secrets.SLACK_WEBHOOK_URL_COMMUNITY_MIRROR }}
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
# Checkout to correct ref
# If workflow dispatch
...
...
.github/workflows/notify_slack_about_release.yml
View file @
c7a6d77b
...
...
@@ -7,7 +7,7 @@ on:
jobs
:
build
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
...
...
.github/workflows/pr_dependency_test.yml
View file @
c7a6d77b
...
...
@@ -16,7 +16,7 @@ concurrency:
jobs
:
check_dependencies
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
...
...
.github/workflows/pr_flax_dependency_test.yml
View file @
c7a6d77b
...
...
@@ -16,7 +16,7 @@ concurrency:
jobs
:
check_flax_dependencies
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
...
...
.github/workflows/pr_test_peft_backend.yml
View file @
c7a6d77b
...
...
@@ -20,7 +20,7 @@ env:
jobs
:
check_code_quality
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
...
...
@@ -40,7 +40,7 @@ jobs:
check_repository_consistency
:
needs
:
check_code_quality
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
...
...
.github/workflows/pr_tests.yml
View file @
c7a6d77b
...
...
@@ -29,7 +29,7 @@ env:
jobs
:
check_code_quality
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
...
...
@@ -49,7 +49,7 @@ jobs:
check_repository_consistency
:
needs
:
check_code_quality
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
...
...
.github/workflows/pr_torch_dependency_test.yml
View file @
c7a6d77b
...
...
@@ -16,7 +16,7 @@ concurrency:
jobs
:
check_torch_dependencies
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
-
name
:
Set up Python
...
...
.github/workflows/pypi_publish.yaml
View file @
c7a6d77b
...
...
@@ -10,7 +10,7 @@ on:
jobs
:
find-and-checkout-latest-branch
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
outputs
:
latest_branch
:
${{ steps.set_latest_branch.outputs.latest_branch }}
steps
:
...
...
@@ -36,7 +36,7 @@ jobs:
release
:
needs
:
find-and-checkout-latest-branch
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
name
:
Checkout Repo
...
...
.github/workflows/stale.yml
View file @
c7a6d77b
...
...
@@ -8,7 +8,7 @@ jobs:
close_stale_issues
:
name
:
Close Stale Issues
if
:
github.repository == 'huggingface/diffusers'
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
permissions
:
issues
:
write
pull-requests
:
write
...
...
.github/workflows/trufflehog.yml
View file @
c7a6d77b
...
...
@@ -5,7 +5,7 @@ name: Secret Leaks
jobs
:
trufflehog
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v4
...
...
.github/workflows/typos.yml
View file @
c7a6d77b
...
...
@@ -5,7 +5,7 @@ on:
jobs
:
build
:
runs-on
:
ubuntu-
latest
runs-on
:
ubuntu-
22.04
steps
:
-
uses
:
actions/checkout@v3
...
...
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