This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch exp_github_actions
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7cee4135587ce68cbbfda12852f7446545d854ee
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Apr 5 17:22:17 2022 +0200

    Use self-hosted runners
---
 .github/workflows/docs.yml                             |  2 +-
 .github/workflows/flink-ci-template.yml                | 12 ++++++------
 .github/workflows/hadoop-2.8.3-scala-2.12-workflow.yml |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 9d1d59a7e70..8ec9edb557e 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -21,7 +21,7 @@ on:
 jobs:
   build-documentation:
     if: github.repository == 'apache/flink'
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     strategy:
       max-parallel: 1
       matrix:
diff --git a/.github/workflows/flink-ci-template.yml 
b/.github/workflows/flink-ci-template.yml
index dcaa6bcae1f..d57cef3166f 100644
--- a/.github/workflows/flink-ci-template.yml
+++ b/.github/workflows/flink-ci-template.yml
@@ -50,7 +50,7 @@ env:
 jobs:
   qa:
     name: "Basic QA"
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     container:
       image: chesnay/flink-ci:java_8_11_xenial_m2
       options: --init
@@ -74,7 +74,7 @@ jobs:
 
   compile:
     name: "Compile"
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     container:
       image: chesnay/flink-ci:java_8_11_xenial_m2
       options: --init
@@ -123,7 +123,7 @@ jobs:
   packaging:
     name: "Test packaging/licensing"
     needs: compile
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     container:
       image: chesnay/flink-ci:java_8_11_xenial_m2
       options: --init
@@ -164,7 +164,7 @@ jobs:
   test:
     name: "Test (module: ${{ matrix.module }})"
     needs: compile
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     container:
       image: chesnay/flink-ci:java_8_11_xenial_m2
       options: --init
@@ -270,7 +270,7 @@ jobs:
   e2e-prereq-check:
     name: "Check: Code modified"
     needs: compile
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     container:
       image: chesnay/flink-ci:java_8_11_xenial_m2
       options: --init
@@ -299,7 +299,7 @@ jobs:
   e2e:
     name: "E2E (group ${{ matrix.group }})"
     needs: [compile, e2e-prereq-check]
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     container:
       image: chesnay/flink-ci:java_8_11_xenial_m2
       options: --init
diff --git a/.github/workflows/hadoop-2.8.3-scala-2.12-workflow.yml 
b/.github/workflows/hadoop-2.8.3-scala-2.12-workflow.yml
index a118376730f..f5a847bb910 100644
--- a/.github/workflows/hadoop-2.8.3-scala-2.12-workflow.yml
+++ b/.github/workflows/hadoop-2.8.3-scala-2.12-workflow.yml
@@ -30,7 +30,7 @@ jobs:
       glue_schema_access_key: ${{ secrets.IT_CASE_GLUE_SCHEMA_ACCESS_KEY }}
       glue_schema_secret_key: ${{ secrets.IT_CASE_GLUE_SCHEMA_SECRET_KEY }}
   docs-404-check:
-    runs-on: ubuntu-latest
+    runs-on: self-hosted
     container:
       image: chesnay/flink-ci:java_8_11_xenial
     steps:

Reply via email to