Skip to content

Commit

Permalink
Merge pull request #191 from muzarski/ci-ubuntu-22.04
Browse files Browse the repository at this point in the history
ci: use of ubuntu 22.04
  • Loading branch information
Lorak-mmk authored Oct 15, 2024
2 parents 4d006df + b1757d7 commit 2531c5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
build-lint-and-unit-test:
name: Build, lint and run unit tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -48,7 +48,7 @@ jobs:

scylla-integration-tests:
name: Scylla ITs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-lint-and-unit-test]
timeout-minutes: 90

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
path: ${{ env.CCM_LOGS_PATTERN }}

cassandra-integration-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [build-lint-and-unit-test]

strategy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build-rpm-pkgs:
name: Build rpm packages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: fedora:latest
# Required by `mock`:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

build-deb-pkgs:
name: Build deb packages
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CASSANDRA_TEST_FILTER := $(subst ${SPACE},${EMPTY},ClusterTests.*\
endif

ifndef CCM_COMMIT_ID
export CCM_COMMIT_ID := 81076bce792a0fb3f2050e4c209a93e4a62ab55f
export CCM_COMMIT_ID := master
endif

ifndef SCYLLA_VERSION
Expand Down

0 comments on commit 2531c5f

Please sign in to comment.