[PR #2739] [MERGED] Update all Action to new selfhosted Runner Cluster #3861

Closed
opened 2025-11-20 06:07:05 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2739
Author: @michelroegl-brunner
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @michelroegl-brunner

Base: mainHead: wf_update_runner


📝 Commits (2)

📊 Changes

11 files changed (+114 additions, -9 deletions)

View changed files

.github/runner/docker/gh-runner-self.dockerfile (+68 -0)
📝 .github/workflows/auto-update-app-headers.yml (+1 -1)
📝 .github/workflows/autolabeler.yml (+1 -1)
📝 .github/workflows/changelog-pr.yml (+1 -1)
📝 .github/workflows/close-discussion.yml (+1 -1)
.github/workflows/create-docker-for-runner.yml (+37 -0)
📝 .github/workflows/delete-json-branch.yml (+1 -1)
📝 .github/workflows/frontend-cicd.yml (+1 -1)
📝 .github/workflows/github-release.yml (+1 -1)
📝 .github/workflows/update-json-date.yml (+1 -1)
📝 .github/workflows/validate-filenames.yml (+1 -1)

📄 Description

✍️ Description

This PR switches all Actions to the new selfhosted runner cluster.
For the Cluster we need our own Docker Image. The dockerfile and the corresponding Action to build it are included also in this PR.

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • Self-review performed – Code follows established patterns and conventions.
  • Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/2739 **Author:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `wf_update_runner` --- ### 📝 Commits (2) - [`6799870`](https://github.com/community-scripts/ProxmoxVE/commit/6799870249b036cf349697a18a6e33404f96b48d) Update Runner - [`67a1eec`](https://github.com/community-scripts/ProxmoxVE/commit/67a1eececf74d3a8efd9fd20babf3f9f223fa84b) Update Workflows ### 📊 Changes **11 files changed** (+114 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.github/runner/docker/gh-runner-self.dockerfile` (+68 -0) 📝 `.github/workflows/auto-update-app-headers.yml` (+1 -1) 📝 `.github/workflows/autolabeler.yml` (+1 -1) 📝 `.github/workflows/changelog-pr.yml` (+1 -1) 📝 `.github/workflows/close-discussion.yml` (+1 -1) ➕ `.github/workflows/create-docker-for-runner.yml` (+37 -0) 📝 `.github/workflows/delete-json-branch.yml` (+1 -1) 📝 `.github/workflows/frontend-cicd.yml` (+1 -1) 📝 `.github/workflows/github-release.yml` (+1 -1) 📝 `.github/workflows/update-json-date.yml` (+1 -1) 📝 `.github/workflows/validate-filenames.yml` (+1 -1) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> This PR switches all Actions to the new selfhosted runner cluster. For the Cluster we need our own Docker Image. The dockerfile and the corresponding Action to build it are included also in this PR. ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [X] **Self-review performed** – Code follows established patterns and conventions. - [X] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:07:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3861