Skip to content

Commit

Permalink
[TODO-REVERT] Testing for changing submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Sep 13, 2023
1 parent b7bc932 commit 0e12b99
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ runs:
with:
repository: project-tsurugi/takatori
path: build-deps/takatori
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Yugawara
uses: actions/checkout@v3
with:
repository: project-tsurugi/yugawara
path: build-deps/yugawara
ref: master
ref: ci-sb-prepare-public
submodules: true
token: ${{ inputs.token }}

Expand All @@ -43,47 +43,47 @@ runs:
with:
repository: project-tsurugi/mizugaki
path: build-deps/mizugaki
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Limestone
uses: actions/checkout@v3
with:
repository: project-tsurugi/limestone
path: build-deps/limestone
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Yakushima
uses: actions/checkout@v3
with:
repository: project-tsurugi/yakushima
path: build-deps/yakushima
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Shirakami
uses: actions/checkout@v3
with:
repository: project-tsurugi/shirakami
path: build-deps/shirakami
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Sharksfin
uses: actions/checkout@v3
with:
repository: project-tsurugi/sharksfin
path: build-deps/sharksfin
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Tateyama
uses: actions/checkout@v3
with:
repository: project-tsurugi/tateyama
path: build-deps/tateyama
ref: master
ref: ci-sb-prepare-public
submodules: true
token: ${{ inputs.token }}

Expand All @@ -92,15 +92,15 @@ runs:
with:
repository: project-tsurugi/jogasaki
path: build-deps/jogasaki
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Ogawayama
uses: actions/checkout@v3
with:
repository: project-tsurugi/ogawayama
path: build-deps/ogawayama
ref: master
ref: ci-sb-prepare-public
token: ${{ inputs.token }}

- name: Checkout_Metadata_Manager
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
runs-on: [self-hosted, docker]
runs-on: [self-hosted, sk074]
timeout-minutes: 30
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:${{ matrix.os }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
matrix: ${{ toJson(matrix) }}

Analysis:
runs-on: [self-hosted, docker]
runs-on: [self-hosted, sk074]
timeout-minutes: 30
container:
image: ghcr.io/project-tsurugi/oltp-sandbox:ubuntu-22.04
Expand Down

0 comments on commit 0e12b99

Please sign in to comment.