You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/03/01 10:53:17 UTC

[GitHub] [airflow-ci-infra] ashb opened a new pull request #4: User-data script to bootstrap self-hosted runner on ASG

ashb opened a new pull request #4:
URL: https://github.com/apache/airflow-ci-infra/pull/4


   This runner-supervisor script has been manually uploaded to S3 (it was too big
   to include in the userdata)
   
   The cloud init script has been manually uploaded by running, and the ASG
   is configured to pick the Latest version already, so new instances will
   start using the new script.
   
   ```
   aws --profile airflow ec2 create-launch-template-version \
       --launch-template-name GithubRunner \
       --launch-template-data UserData="$(base64 -w0 cloud-init.yml)" \
       --source-version='$Latest'
   ```
   
   This is the cloud-init script that we have been using (mostly!) successfully for a week. Time to merge it to main.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow-ci-infra] ashb merged pull request #4: User-data script to bootstrap self-hosted runner on ASG

Posted by GitBox <gi...@apache.org>.
ashb merged pull request #4:
URL: https://github.com/apache/airflow-ci-infra/pull/4


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org