You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2021/01/15 14:29:32 UTC

[airflow-ci-infra] branch master updated (2afed3f -> 5f15999)

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

ash pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git.


    from 2afed3f  Add readme
     add 50a7cbc  Add script to help store self-hosted runner creds in AWS SSM
     add f74ed83  fixup! Add script to help store self-hosted runner creds in AWS SSM
     new 5f15999  Merge pull request #1 from apache/register-runner-script

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .flake8                       |  20 ++++
 .pre-commit-config.yaml       |  91 +++++++++++++++++++
 README.rst                    |  17 ++++
 license-templates/LICENSE.rst |  16 ++++
 license-templates/LICENSE.txt |  16 ++++
 pyproject.toml                |  28 ++++++
 requirements.txt              |  20 ++++
 scripts/store-agent-creds.py  | 206 ++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 414 insertions(+)
 create mode 100644 .flake8
 create mode 100644 .pre-commit-config.yaml
 create mode 100644 license-templates/LICENSE.rst
 create mode 100644 license-templates/LICENSE.txt
 create mode 100644 pyproject.toml
 create mode 100644 requirements.txt
 create mode 100755 scripts/store-agent-creds.py


[airflow-ci-infra] 01/01: Merge pull request #1 from apache/register-runner-script

Posted by as...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ash pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit 5f15999ea286cdb623b29c90d9f977a29749f333
Merge: 2afed3f f74ed83
Author: Ash Berlin-Taylor <as...@firemirror.com>
AuthorDate: Fri Jan 15 14:29:26 2021 +0000

    Merge pull request #1 from apache/register-runner-script
    
    Add script to help store self-hosted runner creds in AWS SSM

 .flake8                       |  20 ++++
 .pre-commit-config.yaml       |  91 +++++++++++++++++++
 README.rst                    |  17 ++++
 license-templates/LICENSE.rst |  16 ++++
 license-templates/LICENSE.txt |  16 ++++
 pyproject.toml                |  28 ++++++
 requirements.txt              |  20 ++++
 scripts/store-agent-creds.py  | 206 ++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 414 insertions(+)