Skip to content

Commit

Permalink
Change labels
Browse files Browse the repository at this point in the history
Signed-off-by: safinsaf <[email protected]>
  • Loading branch information
safinsaf committed Oct 10, 2023
1 parent 0fe52c9 commit 57789a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: ./housekeeping/make_external_build.sh -DCLEAR_OBJS=ON -DCMAKE_TOOLCHAIN_FILE=../../cmake/toolchain/clang-15_cxx20.cmake

name: "${{ matrix.options.name }}"
runs-on: [ kagome ]
runs-on: [ self-hosted ]
container: qdrvm/kagome-dev@sha256:14d5aa92c971073e82ba9bbac9b615701e99c71f64e58bdd45e5b3dbc09944bd
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
run: ./housekeeping/make_build.sh -DCLEAR_OBJS=ON -DCMAKE_TOOLCHAIN_FILE=cmake/toolchain/clang-15_cxx20.cmake -DUBSAN=ON

name: "${{ matrix.options.name }}"
runs-on: [ kagome ]
runs-on: [ self-hosted ]
container: qdrvm/kagome-dev@sha256:14d5aa92c971073e82ba9bbac9b615701e99c71f64e58bdd45e5b3dbc09944bd
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
coverage-self-hosted:
if: ${{ github.ref == 'refs/heads/master' || startsWith( github.ref, 'refs/tags/') || contains( github.event.pull_request.labels.*.name, 'Non-master self-hosted') }}
name: "Self-hosted: Linux: gcc-12 coverage/sonar"
runs-on: [ kagome ]
runs-on: [ self-hosted ]
container: qdrvm/kagome-dev@sha256:14d5aa92c971073e82ba9bbac9b615701e99c71f64e58bdd45e5b3dbc09944bd
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -249,7 +249,7 @@ jobs:
- name: "Self-hosted: Minideb: Build Release"
build-type: "Release"
name: "${{ matrix.options.name }}"
runs-on: [ kagome ]
runs-on: [ self-hosted ]
container: qdrvm/kagome-dev@sha256:14d5aa92c971073e82ba9bbac9b615701e99c71f64e58bdd45e5b3dbc09944bd
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand All @@ -275,7 +275,7 @@ jobs:
build-type: "Release"
- name: "Self-hosted: Push RelWithDebInfo Docker image"
build-type: "RelWithDebInfo"
runs-on: [ kagome ]
runs-on: [ self-hosted ]
container: qdrvm/kagome-dev@sha256:14d5aa92c971073e82ba9bbac9b615701e99c71f64e58bdd45e5b3dbc09944bd
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
build-type: "Release"
- name: "Self-hosted: Push RelWithDebInfo Docker image"
build-type: "RelWithDebInfo"
runs-on: [ kagome ]
runs-on: [ self-hosted ]
container: qdrvm/kagome-dev@sha256:14d5aa92c971073e82ba9bbac9b615701e99c71f64e58bdd45e5b3dbc09944bd
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
Expand Down Expand Up @@ -370,7 +370,7 @@ jobs:
test: "test0010"
- name: "Block building warp sync"
test: "test0011"
runs-on: [ kagome ]
runs-on: [ self-hosted ]
needs: [Push-self-hosted]
steps:
- name: Set owner of working dir recurively
Expand Down

0 comments on commit 57789a9

Please sign in to comment.