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/03/10 04:12:53 UTC

[airflow-ci-infra] branch add-parallel-to-packages created (now 0823049)

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

potiuk pushed a change to branch add-parallel-to-packages
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git.


      at 0823049  Adds gnu parallel - required to implement semaphors for parallel tests

This branch includes the following new commits:

     new 0823049  Adds gnu parallel - required to implement semaphors for parallel tests

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.



[airflow-ci-infra] 01/01: Adds gnu parallel - required to implement semaphors for parallel tests

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

potiuk pushed a commit to branch add-parallel-to-packages
in repository https://gitbox.apache.org/repos/asf/airflow-ci-infra.git

commit 08230492a9bc55a3145dfd2edfc3c2f9fd4b612f
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Mar 10 05:12:00 2021 +0100

    Adds gnu parallel - required to implement semaphors for parallel tests
---
 cloud-init.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cloud-init.yml b/cloud-init.yml
index 7005f54..a2c1e63 100644
--- a/cloud-init.yml
+++ b/cloud-init.yml
@@ -17,6 +17,7 @@ packages:
   - git
   - iptables-persistent
   - jq
+  - parallel
   - python3-dev
   - python3-venv
   - python3-wheel