## +56GiB RAM, re-add del'd steps
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m16s
Some checks failed
Gitea Actions - molecule test work / Explore-terraform-molecule-Gitea-Action (push) Failing after 1m16s
This commit is contained in:
parent
c5a9238f7d
commit
3e007fe7d4
@ -31,3 +31,31 @@ jobs:
|
|||||||
mkdir .ssh
|
mkdir .ssh
|
||||||
echo -e "Host git.libre.audio\n Port 2222" >> ~/.ssh/config
|
echo -e "Host git.libre.audio\n Port 2222" >> ~/.ssh/config
|
||||||
cat ~/.ssh/config
|
cat ~/.ssh/config
|
||||||
|
- name: tofu Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
repository: 'seasharp/eqit_tofu-plan'
|
||||||
|
ref: 'refs/heads/main'
|
||||||
|
path: 'tofu'
|
||||||
|
ssh-key: |-
|
||||||
|
-----BEGIN OPENSSH PRIVATE KEY-----
|
||||||
|
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
|
||||||
|
QyNTUxOQAAACCrwBEqzNuM0VFHpy9bBprXebPnu6oZFBfucpT1k3Bv8gAAAJh9CogdfQqI
|
||||||
|
HQAAAAtzc2gtZWQyNTUxOQAAACCrwBEqzNuM0VFHpy9bBprXebPnu6oZFBfucpT1k3Bv8g
|
||||||
|
AAAECnSrigm9ALsWTb6RnDhDFV/nViuPK1jzoE+FAmrwYfdavAESrM24zRUUenL1sGmtd5
|
||||||
|
s+e7qhkUF+5ylPWTcG/yAAAAEW0wMHRAbWlzZXJ2ZXIubGFuAQIDBA==
|
||||||
|
-----END OPENSSH PRIVATE KEY-----
|
||||||
|
ssh-known-hosts: |
|
||||||
|
git.libre.audio ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLiDhNN7aPdGUt8gvvAftF5Oo3xwsy/JcT9gcX00BDW
|
||||||
|
[git.libre.audio]:2222 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFLiDhNN7aPdGUt8gvvAftF5Oo3xwsy/JcT9gcX00BDW
|
||||||
|
|
||||||
|
- name: Project Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
path: 'podman-host'
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
- name: Molecule test
|
||||||
|
run: |
|
||||||
|
cd podman-host/extensions
|
||||||
|
molecule test -s linode
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user