Skip to content

Commit

Permalink
[DPE-6264] Release 3.4.2-ubuntu9 (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
deusebio authored Jan 10, 2025
1 parent 47d3619 commit 3c7395b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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

0 comments on commit 3c7395b

Please sign in to comment.