Skip to content

Commit

Permalink
Merge branch 'master' into refactoring/scale_encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
iceseer authored Sep 10, 2023
2 parents 7fc4f8b + ad6557a commit 53f532c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: ./housekeeping/make_build.sh -DCLEAR_OBJS=ON -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain/clang-15_cxx17.cmake -DUBSAN=ON

name: "${{ matrix.options.name }}"
runs-on: [ ubuntu-latest, kagome, self-hosted, linux ]
runs-on: [ kagome ]
container: qdrvm/kagome-dev@sha256:cb1976b26c05c167063d8d0edb8be6124058c56308526667da3edb59bde67d32
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
coverage-self-hosted:
if: ${{ github.ref == 'refs/heads/master' || startsWith( github.ref, 'refs/tags/' ) }}
name: "Linux: gcc-11 coverage/sonar"
runs-on: [ ubuntu-latest, kagome, self-hosted, linux ]
runs-on: [ kagome ]
container: qdrvm/kagome-dev@sha256:cb1976b26c05c167063d8d0edb8be6124058c56308526667da3edb59bde67d32
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- name: "Minideb: Build Release"
build-type: "Release"
name: "${{ matrix.options.name }}"
runs-on: [ ubuntu-latest, kagome, self-hosted, linux ]
runs-on: [ kagome ]
container: qdrvm/kagome-dev@sha256:cb1976b26c05c167063d8d0edb8be6124058c56308526667da3edb59bde67d32
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand All @@ -287,7 +287,7 @@ jobs:
build-type: "Release"
- name: "Push RelWithDebInfo Docker image"
build-type: "RelWithDebInfo"
runs-on: [ ubuntu-latest, kagome, self-hosted, linux ]
runs-on: [ kagome ]
container: qdrvm/kagome-dev@sha256:cb1976b26c05c167063d8d0edb8be6124058c56308526667da3edb59bde67d32
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
test: "test0005"
- name: "Parachains disputes"
test: "test0006"
runs-on: [ ubuntu-latest, kagome, self-hosted, linux ]
runs-on: [ kagome ]
needs: [Push-self-hosted]
steps:
- name: Set owner of working dir recurively
Expand Down

0 comments on commit 53f532c

Please sign in to comment.