Skip to content

Commit d988a13

Browse files
artembomkokryashkin
authored andcommittedSep 9, 2022
ci: clean workspace on self-hosted runners
Added 'tarantool/actions/cleanup' action to each job which uses self-hosted runners. The action cleans workspace directory of self-hosted runner after previous run. The main reason to add this action is 'Need a single revision' error [1] caused by a conflict of submodule versions, the standard 'actions/checkout' action fails with this error. It's a well-known problem and related issue [2] is still opened. [1] tarantool/tarantool-qa#145 [2] actions/checkout#418 NO_DOC=ci NO_TEST=ci NO_CHANGELOG=ci Closes tarantool/tarantool-qa#145
1 parent 8572631 commit d988a13

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+50
-0
lines changed
 

‎.github/workflows/centos_7.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
build-type: [ '', 'gc64' ]
4848

4949
steps:
50+
- uses: tarantool/actions/cleanup@master
5051
- uses: actions/checkout@v2.3.4
5152
with:
5253
fetch-depth: 0

‎.github/workflows/centos_7_aarch64.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
runs-on: graviton
4343

4444
steps:
45+
- uses: tarantool/actions/cleanup@master
4546
- uses: actions/checkout@v2.3.4
4647
with:
4748
fetch-depth: 0

0 commit comments

Comments
 (0)
Failed to load comments.