Skip to content

Commit 5e62f1e

Browse files
committed
Merge branch 'stackhpc/master' into upstream/master-2025-10-06
Change-Id: I8e0eae7f8d60508591b2e1e52651c88ed31a1712
2 parents 6c8f2b9 + 150760c commit 5e62f1e

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @stackhpc/kayobe
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: Tag & Release
3+
'on':
4+
push:
5+
branches:
6+
- stackhpc/master
7+
permissions:
8+
actions: read
9+
contents: write
10+
jobs:
11+
tag-and-release:
12+
uses: stackhpc/.github/.github/workflows/tag-and-release.yml@main

.github/workflows/tox.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Tox Continuous Integration
3+
'on':
4+
pull_request:
5+
jobs:
6+
tox:
7+
uses: stackhpc/.github/.github/workflows/tox.yml@main

kolla/template/repos.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ debian:
113113
component: "stable"
114114
gpg_key: "influxdb.asc"
115115
mariadb:
116-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/debian"
116+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/debian"
117117
suite: "bookworm"
118118
component: "main"
119119
gpg_key: "mariadb.gpg"
@@ -260,7 +260,7 @@ ubuntu:
260260
component: "stable"
261261
gpg_key: "influxdb.asc"
262262
mariadb:
263-
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11/repo/ubuntu"
263+
url: "https://dlm.mariadb.com/repo/mariadb-server/10.11.13/repo/ubuntu"
264264
suite: "noble"
265265
component: "main"
266266
gpg_key: "mariadb.gpg"

0 commit comments

Comments
 (0)