Skip to content

Commit

Permalink
feat(ci): add self hosted runner for long tests (#7520)
Browse files Browse the repository at this point in the history
* feat(ci): add self-hosted runners for long tests

* fix(workflow): use correct runner name

* test: add runner to more jobs

* fix: remove custom packages which are not available in self-hosted runner

This step was mostly required as we did SSH several times during PR, Queue and Push to `main`, but this hasn been reduced considerably.

* Revert "fix: remove custom packages which are not available in self-hosted runner"

This reverts commit 5b5d546.

* fix: do not generate a public key

* fix: install `openssh`in new Ubuntu image

* fix: update OS before installing

* fix: allow silent install

* ref(workflow): use a single job for sync tests

* ref(workflow): use a single job for setup and launch

* fix: apply review recommendations

* chore: comment removal
  • Loading branch information
gustavovalverde committed Sep 13, 2023
1 parent a63fe22 commit d60e23a
Showing 1 changed file with 76 additions and 1,167 deletions.
Loading

0 comments on commit d60e23a

Please sign in to comment.