Skip to content

Commit

Permalink
Merge pull request #159 from isucon/quickfix/actions-down-go
Browse files Browse the repository at this point in the history
CIでベンチのテストが終わったらdownする
  • Loading branch information
mackee committed Jul 12, 2022
2 parents 59be50e + e10d35f commit 745a3fd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
go:
- 1.18
name: Build
runs-on: [self-hosted, core16]
runs-on: [self-hosted, core16, self-hosted-runner-2]
services:
db:
image: mysql:8.0.29
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-bench-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
go:
- 1.18
name: Build
runs-on: [self-hosted, core16]
runs-on: [self-hosted, core16, self-hosted-runner-2]
steps:

- name: Set up Go
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
working-directory: ./development
run: |
make run-bench-ci
- name: "down containers"
if: ${{ always() }}
run: |
make down/go
working-directory: ./development
2 changes: 1 addition & 1 deletion .github/workflows/sync-webapp-diff-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
sync:
name: checkout
runs-on: [self-hosted, core16]
runs-on: [self-hosted, core16, self-hosted-runner-2]
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit 745a3fd

Please sign in to comment.