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/03/10 10:16:56 UTC

[airflow-ci-infra] branch master updated: Adds gnu parallel - required to implement semaphores for parallel tests (#6)

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


The following commit(s) were added to refs/heads/master by this push:
     new 3a9142c  Adds gnu parallel - required to implement semaphores for parallel tests (#6)
3a9142c is described below

commit 3a9142c3da5b57072840f944e23a068d147449f9
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Mar 10 11:09:57 2021 +0100

    Adds gnu parallel - required to implement semaphores for parallel tests (#6)
---
 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