-
As part of supporting more secure application infrastructure deployments, leveraging technologies like Private Link Endpoints, VNet Service Endpoints, and VNet Integration, etc. we need to explore how…
-
Hi,
We are facing this issue where the **setup-terraform@v3** action starts to fail with an **AggregateError** when this action is being invoked within a GitHub Actions self hosted runner (ubuntu 2…
-
I'm building a Tauri app on a self-hosted Windows runner. Here's the relevant bit of the action yaml:
```yaml
name: 'publish'
on:
push:
branches:
- release
jobs:
publish-ta…
-
Running my workflow on github's hosted runner works fine, but when I switch to self-hosted runners (using a DinD approach and ultimately running in a `nimmis/ubuntu:latest` container) I'm finding that…
-
### What happened?
When uploading artifacts using self hosted runners, artifacts gets stalled with below error
```
With the provided path, there will be 550127 files uploaded
Artifact name is va…
-
Hi Team,
We have setup the dynamic self hosted runners from the instructions in this repository and it was working fine all these days, but we are having a strange issue from 3 days with our self h…
-
I forked this template to a private repo and changed the runners to the self-hosted ones.
The build failed with:
```
Run ./gradlew assembleDevDebug --stacktrace
Welcome to Gradle 8.7!
Her…
-
Using [self hosted runners](https://github.com/mlcommons/cm4mlops/issues/270) we can now add github actions which run on GPUs. Currently we have added a test for gpt mlperf reference implementation. I…
-
For testing CM workflows on GPUs we need to use [GH self hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners)
-
When initializing MRVA (through codeql), the action hangs if the org uses self-hosted runners. Is there plan to support self-hosted runners or am I missing something.