config udpate #1

Open
adamm wants to merge 6 commits from adamm/master AGit into master
3 changed files with 17 additions and 5 deletions

View File

@@ -1,6 +1,8 @@
Prefer: -yast2-schema-micro -yast2-schema
%define gcc_version 14
# need some comment and stuff
# testing new cycle algorithm
BuildFlags: genmetaalgo:1

8
staging.config Normal file
View File

@@ -0,0 +1,8 @@
{
// reference project
"ObsProject": "home:adamm:git:1",
// rebuild all
//"RebuildAll": "true",
}

View File

@@ -1,10 +1,12 @@
{
"ObsProject": "home:adamm:git:1",
"Workflows": ["direct", "pr"],
"Organization": "testing"
"Organization": "testing",
"ReviewGroups": [
{
Name: "gnuman1",
Reviewers: ["adamm"]
}
]
// test group
"Name": "gnuman1",
"Reviewers": ["adamm", "gitea_test"],
},
],
}