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

[DPE-6264] Release 3.4.2-ubuntu9 #126

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout repository
Expand All @@ -24,7 +24,7 @@ jobs:
--no-warnings images/charmed-spark-gpu/rockcraft.yaml

build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 30
needs:
- lint
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- name: Checkout repository
Expand All @@ -18,7 +18,7 @@ jobs:
--no-warnings images/charmed-spark-gpu/rockcraft.yaml

build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 30
needs:
- lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build-rock:
uses: ./.github/workflows/build.yaml
integration:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 120
needs: build-rock
strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
release_checks:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

publish:
needs: [tests, release_checks, tests-gpu]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions images/charmed-spark-gpu/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ services:
parts:
spark:
plugin: dump
source: https://github.com/canonical/central-uploader/releases/download/spark-3.4.2-ubuntu8/spark-3.4.2-ubuntu8-20241128203809-bin-k8s.tgz
source-checksum: sha512/6a5d2a10d00b2ba4af6a460323aba3a2f143d3bc23bc56dc6f9c414fe41c02bb8913a03c88e32546036cb87614cf213badfa00625df5b49f9c8881efdc643343
source: https://github.com/canonical/central-uploader/releases/download/spark-3.4.2-ubuntu9/spark-3.4.2-ubuntu9-20241220171019-bin-k8s.tgz
source-checksum: sha512/ea87a4f6919207d6c63a5c7751638cceee6044da2d8bc16726f3361d5dc284f5badcb1b79751e10f8186c276410da9d45bd22b8787278531662ef6340933bcc1
overlay-script: |
sed -i 's/http:\/\/deb.\(.*\)/https:\/\/deb.\1/g' /etc/apt/sources.list
apt-get update
Expand Down
4 changes: 2 additions & 2 deletions images/charmed-spark/rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ services:
parts:
spark:
plugin: dump
source: https://github.com/canonical/central-uploader/releases/download/spark-3.4.2-ubuntu8/spark-3.4.2-ubuntu8-20241128203809-bin-k8s.tgz
source-checksum: sha512/6a5d2a10d00b2ba4af6a460323aba3a2f143d3bc23bc56dc6f9c414fe41c02bb8913a03c88e32546036cb87614cf213badfa00625df5b49f9c8881efdc643343
source: https://github.com/canonical/central-uploader/releases/download/spark-3.4.2-ubuntu9/spark-3.4.2-ubuntu9-20241220171019-bin-k8s.tgz
source-checksum: sha512/ea87a4f6919207d6c63a5c7751638cceee6044da2d8bc16726f3361d5dc284f5badcb1b79751e10f8186c276410da9d45bd22b8787278531662ef6340933bcc1
overlay-script: |
sed -i 's/http:\/\/deb.\(.*\)/https:\/\/deb.\1/g' /etc/apt/sources.list
apt-get update
Expand Down
Loading