done using python script
import requests
Define Gitea instance URLs
source_gitea_url = 'https://git.ourworld.tf/api/v1' target_gitea_url = 'https://git.ourworld.tf/api/v1'
Define…
Investigating the possibility of using encryption for runner VMs, the following points become apparent:
- Docker has best performance when its underlying storage is
ext4
,btrfs
,zfs
, or…
I think we can increase the appeal of Grid hosted runners by providing two optional features to protect user data:
- Encryption of any data written to disk in the course of executing runner…
I did some research and testing of deploying Github and Gitea actions runners in Grid VMs.
For Github, dealing with runner tokens is somewhat complicated and leads to some limitations I describe…
Here's another open source solution, for autoscaling runners on AWS: https://github.com/philips-labs/terraform-aws-github-runner
Some other notes and thoughts from my research:
- Github…
Here's a project offering Github runners. Is self hostable with GNU Affero license:
https://www.ubicloud.com/use-cases/github-actions
Their managed service starts at $.0008, so 10x less than…
questions
- can we do multi architecture (arch/amd 64) so arch on amd through qemu, I think cloud cloud hypervisor can do it
The usual way of doing this is using Docker's buildx
…
@despiegk I think this is amazing. One question concerning this:
"create manual specific for this usecase"
Do you want a whole new mdbook, or do we simply add a section to the TF Manual?…
ofcourse we should make it part of the package, people can select which one they deploy, lets do a demo again
should we consider zeroCI? it was working natively on the grid with a nice interface?
Links to Issues
- tf-grid-cli to tfcmd
- info_grid: https://github.com/threefoldtech/info_grid/issues/370 CLOSED
- tfgrid-sdk-go: https://github.com/threefoldtech/tfgrid-sdk-go/issues/635…