diff --git a/.github/workflows/buildAndTest.yml b/.github/workflows/buildAndTest.yml index e9f0dbe42b..ff272e6daa 100644 --- a/.github/workflows/buildAndTest.yml +++ b/.github/workflows/buildAndTest.yml @@ -132,10 +132,7 @@ jobs: # much. # If individual jobs fail due to timeouts or disconnects, please report to # John and re-run the job. - # runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"] - # Disabled temporarily since self-hosted runners were disabled in our repo. - - runs-on: ubuntu-latest + runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"] container: image: ghcr.io/circt/images/circt-ci-build:20230126201226 volumes: diff --git a/.github/workflows/shortIntegrationTests.yml b/.github/workflows/shortIntegrationTests.yml index b6ea23b794..c3866b74dc 100644 --- a/.github/workflows/shortIntegrationTests.yml +++ b/.github/workflows/shortIntegrationTests.yml @@ -27,10 +27,7 @@ jobs: # much. # If individual jobs fail due to timeouts or disconnects, please report to # John and re-run the job. - # runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"] - # Disabled temporarily since self-hosted runners were disabled in our repo. - - runs-on: ubuntu-latest + runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"] container: image: ghcr.io/circt/images/circt-integration-test:v12.2 volumes: