feat: initial group nodes /w some bugs #43

Open
max wants to merge 18 commits from feat/group-node into main
Showing only changes of commit 26c7e915ef - Show all commits
+3 -3
View File
@@ -56,8 +56,8 @@ jobs:
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.GIT_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.GIT_SSH_PRIVATE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H git.max-richter.dev >> ~/.ssh/known_hosts ssh-keyscan -p 2222 -H git.max-richter.dev >> ~/.ssh/known_hosts
ssh -vvv -i ~/.ssh/id_ed25519 -T git@git.max-richter.dev ssh -vvv -p 2222 -i ~/.ssh/id_ed25519 -T git@git.max-richter.dev
- name: 📤 Push Results - name: 📤 Push Results
env: env:
@@ -67,7 +67,7 @@ jobs:
git config user.email "nodarium-bot@max-richter.dev" git config user.email "nodarium-bot@max-richter.dev"
# 2. Clone the benchmarks repo into a temp folder # 2. Clone the benchmarks repo into a temp folder
git config --global core.sshCommand "ssh -vv -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes" git config --global core.sshCommand "ssh -vv -p 2222 -i ~/.ssh/id_ed25519 -o IdentitiesOnly=yes"
git clone git@git.max-richter.dev:max/nodarium-benchmarks.git target_bench_repo git clone git@git.max-richter.dev:max/nodarium-benchmarks.git target_bench_repo
# 3. Create a directory structure based on the branch # 3. Create a directory structure based on the branch