Skip to content

Commit 3b64678

Browse files
authored
Merge pull request #170 from stackhpc/upstream/xena-2022-10-03
Synchronise xena with upstream
2 parents c3cea24 + 42700cf commit 3b64678

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.zuul.d/base.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
---
2+
- project:
3+
queue: kolla
4+
25
- secret:
36
name: kolla_dockerhub_creds
47
data:

.zuul.d/centos.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@
66
- kolla-build-centos8s-source
77
- kolla-ansible-centos8s-source
88
- kolla-ansible-centos8s-binary
9-
- kolla-ansible-centos8s-source-upgrade
9+
# - kolla-ansible-centos8s-source-upgrade
1010
check-arm64:
1111
jobs:
1212
- kolla-build-centos8s-source-aarch64
1313
gate:
14-
queue: kolla
1514
jobs:
1615
- kolla-build-centos8s-source
1716
- kolla-ansible-centos8s-source
18-
- kolla-ansible-centos8s-source-upgrade
17+
# - kolla-ansible-centos8s-source-upgrade
1918
periodic:
2019
jobs:
2120
- kolla-publish-centos8s-source-quay

.zuul.d/ubuntu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
jobs:
1212
- kolla-build-ubuntu-source-aarch64
1313
gate:
14-
queue: kolla
1514
jobs:
1615
- kolla-build-ubuntu-source
1716
- kolla-ansible-ubuntu-source

docker/base/curlrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# curl default options
22
--fail
33
--location
4+
--retry 5
45
--silent
56
--show-error
67
--write-out "curl (%{url_effective}): response: %{http_code}, time: %{time_total}, size: %{size_download}\n"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
other:
3+
- |
4+
Added '--retry 5' to curlrc to improve curl downloads during image builds.

0 commit comments

Comments
 (0)