Skip to content

Commit

Permalink
Merge pull request #2769 from wangyang0616/fix_ci_stuck
Browse files Browse the repository at this point in the history
Upgrade the ubuntu version to fix the problem that CI cannot run
  • Loading branch information
volcano-sh-bot authored Apr 7, 2023
2 parents 7a76c9e + 752eb02 commit 6250653
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
verify:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: Verify codes, generated files
timeout-minutes: 40
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_parallel_jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
e2e_parallel_jobs:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: E2E about Parallel Jobs
timeout-minutes: 40
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_scheduling_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
e2e_scheduling_actions:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: E2E about Scheduling Actions
timeout-minutes: 40
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_scheduling_basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
e2e_scheduling_basic:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: E2E about Basic Scheduling
timeout-minutes: 40
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_sequence.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
e2e_sequence:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: E2E about Sequence
timeout-minutes: 40
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_spark.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
k8s-integration-tests:
name: "E2E about Spark Integration test"
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:

- name: Checkout current Volcano repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e_vcctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
e2e_vcctl:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
name: E2E about Volcano CLI
timeout-minutes: 20
steps:
Expand Down

0 comments on commit 6250653

Please sign in to comment.