You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/04/08 21:24:45 UTC

[airflow] branch master updated: Synchronize the commiter list (#15292)

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

potiuk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new de9567f  Synchronize the commiter list (#15292)
de9567f is described below

commit de9567f3f5dc212cee4e83f41de75c1bbe43bfe6
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Thu Apr 8 23:24:29 2021 +0200

    Synchronize the commiter list (#15292)
    
    The list of committers was not fully synchronized with the
    `/runners/apache/airflow/configOverlay`
    
    The name of the parameter was not updated either in the ci.yml.
    
    The list of committers is now synchronized, as well as the name
    of parameter fixed.
---
 .github/workflows/ci.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 94dbbfc..cad8574 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -78,7 +78,8 @@ jobs:
     # change this and get access to our self-hosted runners
     #
     # When changing this list, ensure that it is kept in sync with the
-    # configOverride parameter in AWS SSM (which is what the runner uses)
+    # /runners/apache/airflow/configOverlay
+    # parameter in AWS SSM ParameterStore (which is what the runner uses)
     runs-on: >-
       ${{ (
         (
@@ -119,7 +120,8 @@ jobs:
             "jhtimmins",
             "dstandish",
             "xinbinhuang",
-            "yuqian"
+            "yuqian",
+            "eladkal"
           ]'), github.actor)
         ) && github.repository == 'apache/airflow'
       ) && 'self-hosted' || 'ubuntu-20.04' }}