Github actions on kubernetes runners (#1861)

* Change toolchain path and runner tag
* fix check_submdules.yml
* try to fix errors
* create .ssh directory
* fix toolchain path
* add empty line for test
* testing 3 k8s nodes speed
* Test speed again
* change tag, move reindex job
* bring reindex.yml back
* fix build.yml
* fix reindex.yml

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Max Andreev
2022-10-12 19:31:25 +04:00
committed by GitHub
parent 2552278a3d
commit b3d9523322
6 changed files with 15 additions and 7 deletions

View File

@@ -26,4 +26,4 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: 'Check code formatting'
run: SET_GH_OUTPUT=1 FBT_TOOLCHAIN_PATH=/opt ./fbt lint_py
run: SET_GH_OUTPUT=1 FBT_TOOLCHAIN_PATH=/runner/_work ./fbt lint_py