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