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 Prefer: -yast2-schema-micro -yast2-schema
%define gcc_version 14 %define gcc_version 14
# need some comment and stuff
# testing new cycle algorithm # testing new cycle algorithm
BuildFlags: genmetaalgo:1 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"], "Workflows": ["direct", "pr"],
"Organization": "testing" "Organization": "testing",
"ReviewGroups": [ "ReviewGroups": [
{ {
Name: "gnuman1", // test group
Reviewers: ["adamm"] "Name": "gnuman1",
} "Reviewers": ["adamm", "gitea_test"],
] },
],
} }