mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 21:28:42 +02:00
Move behave tests from Kanku to Podman, run them in GitHub actions
This commit is contained in:
26
behave/fixtures/prj/devel.xml
Normal file
26
behave/fixtures/prj/devel.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<project name="devel">
|
||||
|
||||
<title>Devel project</title>
|
||||
<description/>
|
||||
|
||||
<person userid="Admin" role="maintainer"/>
|
||||
|
||||
<build>
|
||||
<disable/>
|
||||
</build>
|
||||
|
||||
<publish>
|
||||
<disable/>
|
||||
</publish>
|
||||
|
||||
<useforbuild>
|
||||
<disable/>
|
||||
</useforbuild>
|
||||
|
||||
<repository name="standard">
|
||||
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
|
||||
</project>
|
@@ -5,6 +5,18 @@
|
||||
|
||||
<person userid="Admin" role="maintainer"/>
|
||||
|
||||
<build>
|
||||
<disable/>
|
||||
</build>
|
||||
|
||||
<publish>
|
||||
<disable/>
|
||||
</publish>
|
||||
|
||||
<useforbuild>
|
||||
<disable/>
|
||||
</useforbuild>
|
||||
|
||||
<repository name="openSUSE_Tumbleweed">
|
||||
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
|
||||
<arch>x86_64</arch>
|
||||
|
@@ -5,6 +5,18 @@
|
||||
|
||||
<person userid="Admin" role="maintainer"/>
|
||||
|
||||
<build>
|
||||
<disable/>
|
||||
</build>
|
||||
|
||||
<publish>
|
||||
<disable/>
|
||||
</publish>
|
||||
|
||||
<useforbuild>
|
||||
<disable/>
|
||||
</useforbuild>
|
||||
|
||||
<repository name="standard">
|
||||
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
|
||||
<arch>x86_64</arch>
|
||||
|
28
behave/fixtures/prj/release.xml
Normal file
28
behave/fixtures/prj/release.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<project name="release">
|
||||
|
||||
<title>Release project</title>
|
||||
<description/>
|
||||
|
||||
<person userid="Admin" role="maintainer"/>
|
||||
|
||||
<build>
|
||||
<disable/>
|
||||
</build>
|
||||
|
||||
<publish>
|
||||
<disable/>
|
||||
</publish>
|
||||
|
||||
<useforbuild>
|
||||
<disable/>
|
||||
</useforbuild>
|
||||
|
||||
<repository name="openSUSE_Tumbleweed">
|
||||
<!--
|
||||
<path project="openSUSE.org:openSUSE:Tumbleweed" repository="standard"/>
|
||||
-->
|
||||
<arch>x86_64</arch>
|
||||
<arch>i586</arch>
|
||||
</repository>
|
||||
|
||||
</project>
|
Reference in New Issue
Block a user