Skip to content

Commit db5abf3

Browse files
committed
test
1 parent 6949154 commit db5abf3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/package-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: nick-fields/retry@v3
5757
with:
5858
timeout_minutes: 360
59-
max_attempts: 2
59+
max_attempts: 1
6060
command: |
6161
ansible-playbook -i ansible/inventory \
6262
ansible/dev-pulp-repo-sync.yml \

ansible/inventory/group_vars/all/package-repos

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ deb_package_repos:
211211
# Grafana for Ubuntu
212212
- name: Grafana for Ubuntu
213213
url: https://apt.grafana.com
214-
distributions: noble
215-
components: main
214+
distributions: main
215+
components: stable
216216
policy: immediate
217217
base_path: grafana/oss/apt/
218218
short_name: ubuntu_grafana
@@ -255,6 +255,7 @@ deb_package_repos:
255255
url: https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu
256256
distributions: noble
257257
components: main
258+
architectures: amd64
258259
base_path: mariadb-10.11/apt/ubuntu/noble/x86_64/
259260
short_name: ubuntu_noble_mariadb_10_11
260261
sync_group: third_party
@@ -264,6 +265,7 @@ deb_package_repos:
264265
url: https://dlm.mariadb.com/repo/mariadb-server/10.11.11/repo/ubuntu
265266
distributions: noble
266267
components: main
268+
architectures: amd64
267269
base_path: mariadb-10.11.11/apt/ubuntu/noble/x86_64/
268270
short_name: ubuntu_noble_mariadb_10_11_11
269271
sync_group: third_party

0 commit comments

Comments
 (0)