Skip to content

Commit

Permalink
fix: in progress
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Kramorov <kirill.kramorov@flant.com>
  • Loading branch information
Kirill Kramorov committed Nov 8, 2024
1 parent a24c06a commit 36b6a62
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/ci_templates/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ steps:
{!{- $ctx := index . 0 -}!}
{!{- $buildType := index . 1 -}!}
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ jobs:
env:
WERF_ENV: ${{ needs.pull_request_info.outputs.edition }}
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test_pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
env:
WERF_ENV: "FE"
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
env:
WERF_ENV: "FE"
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
env:
WERF_ENV: "EE"
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down Expand Up @@ -1017,7 +1017,7 @@ jobs:
env:
WERF_ENV: "SE"
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down Expand Up @@ -1338,7 +1338,7 @@ jobs:
env:
WERF_ENV: "BE"
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down Expand Up @@ -1659,7 +1659,7 @@ jobs:
env:
WERF_ENV: "CE"
# <template: build_template>
runs-on: [self-hosted, regular, selectel]
runs-on: [self-hosted, regular, selectel-test]
outputs:
tests_image_name: ${{ steps.build.outputs.tests_image_name }}
steps:
Expand Down

0 comments on commit 36b6a62

Please sign in to comment.