[master] 09532c18b Add some kind of order to the list of required jobs for collect_packages
guillaume quintard
gquintard at users.noreply.github.com
Fri May 15 13:55:06 UTC 2020
commit 09532c18b9a565618aafc56194db4fbf0c3adae1
Author: Martin Tzvetanov Grigorov <mgrigorov at apache.org>
Date: Fri May 15 15:21:00 2020 +0300
Add some kind of order to the list of required jobs for collect_packages
diff --git a/.circleci/config.yml b/.circleci/config.yml
index fc6ce85c4..ee4c63b37 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -437,20 +437,20 @@ workflows:
- collect_packages:
requires:
- x64-ubuntu-xenial
- - x64-ubuntu-bionic
- - x64-ubuntu-focal
- aarch64-ubuntu-xenial
+ - x64-ubuntu-bionic
- aarch64-ubuntu-bionic
+ - x64-ubuntu-focal
- aarch64-ubuntu-focal
- - x64-debian-bullseye
- - aarch64-debian-bullseye
- - x64-debian-buster
- - aarch64-debian-buster
- x64-debian-stretch
- aarch64-debian-stretch
+ - x64-debian-buster
+ - aarch64-debian-buster
+ - x64-debian-bullseye
+ - aarch64-debian-bullseye
- x64-centos-7
- - x64-centos-8
- aarch64-centos-7
+ - x64-centos-8
- aarch64-centos-8
- x64-alpine-3
- aarch64-alpine-3
More information about the varnish-commit
mailing list