You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/test_bot.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ async def test_load_from_env(
40
40
assertawaitStagingBot.from_env_file() ==bot
41
41
42
42
43
-
_osc_user="defolos"
43
+
_osc_user="testuser"
44
44
45
45
46
46
@pytest.mark.parametrize(
47
47
"comment,bot",
48
48
[
49
49
(
50
-
"""Created a staging project on OBS for 16.0: [home:defolos:BCI:Staging:16.0:16.0-AVeMj](https://build.opensuse.org/project/show/home:defolos:BCI:Staging:16.0:16.0-AVeMj)
50
+
"""Created a staging project on OBS for 16.0: [home:testuser:BCI:Staging:16.0:16.0-AVeMj](https://build.opensuse.org/project/show/home:testuser:BCI:Staging:16.0:16.0-AVeMj)
51
51
Changes pushed to branch [`16.0-AVeMj`](https://github.com/SUSE/BCI-dockerfile-generator/tree/16.0-AVeMj)""",
52
52
StagingBot(
53
53
os_version=OsVersion.SL16_0,
@@ -56,7 +56,7 @@ async def test_load_from_env(
56
56
),
57
57
),
58
58
(
59
-
"""Created a staging project on OBS for Tumbleweed: [home:defolos:BCI:Staging:Tumbleweed:tumbleweed-EqgiS](https://build.opensuse.org/project/show/home:defolos:BCI:Staging:Tumbleweed:tumbleweed-EqgiS)
59
+
"""Created a staging project on OBS for Tumbleweed: [home:testuser:BCI:Staging:Tumbleweed:tumbleweed-EqgiS](https://build.opensuse.org/project/show/home:testuser:BCI:Staging:Tumbleweed:tumbleweed-EqgiS)
60
60
Changes pushed to branch [`tumbleweed-EqgiS`](https://github.com/SUSE/BCI-dockerfile-generator/tree/tumbleweed-EqgiS)""",
61
61
StagingBot(
62
62
os_version=OsVersion.TUMBLEWEED,
@@ -65,7 +65,7 @@ async def test_load_from_env(
65
65
),
66
66
),
67
67
(
68
-
"""Created a staging project on OBS for 7: [home:defolos:BCI:Staging:SLE-15-SP7:sle15-sp7-OZGYa](https://build.opensuse.org/project/show/home:defolos:BCI:Staging:SLE-15-SP7:sle15-sp7-OZGYa)
68
+
"""Created a staging project on OBS for 7: [home:testuser:BCI:Staging:SLE-15-SP7:sle15-sp7-OZGYa](https://build.opensuse.org/project/show/home:testuser:BCI:Staging:SLE-15-SP7:sle15-sp7-OZGYa)
69
69
Changes pushed to branch [`sle15-sp7-OZGYa`](https://github.com/SUSE/BCI-dockerfile-generator/tree/sle15-sp7-OZGYa)""",
Repository `containerfile` in [home:defolos:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL](https://build.opensuse.org/project/show/home:defolos:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL) for `aarch64`: current state: published
230
+
Repository `containerfile` in [home:testuser:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL](https://build.opensuse.org/project/show/home:testuser:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL) for `aarch64`: current state: published
Repository `containerfile` in [home:defolos:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL](https://build.opensuse.org/project/show/home:defolos:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL) for `aarch64`: current state: building (repository is **dirty**)
267
+
Repository `containerfile` in [home:testuser:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL](https://build.opensuse.org/project/show/home:testuser:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL) for `aarch64`: current state: building (repository is **dirty**)
Repository `containerfile` in [home:defolos:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL](https://build.opensuse.org/project/show/home:defolos:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL) for `aarch64`: current state: published
303
+
Repository `containerfile` in [home:testuser:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL](https://build.opensuse.org/project/show/home:testuser:BCI:Staging:SLE-15-SP3:sle15-sp3-NBdNL) for `aarch64`: current state: published
Copy file name to clipboardExpand all lines: tests/test_project_setup.py
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,6 @@
21
21
This project is automatically updated from git. Please do **not** send submit requests, create an issue in the [bci-dockerfile-generator](https://github.com/SUSE/bci-dockerfile-generator) repository instead</description>
22
22
<person userid="avicenzi" role="maintainer"/>
23
23
<person userid="dirkmueller" role="maintainer"/>
24
-
<person userid="favogt" role="maintainer"/>
25
-
<person userid="fcrozat" role="maintainer"/>
26
-
<person userid="pvlasin" role="maintainer"/>
27
24
<person userid="pushman" role="maintainer"/>
28
25
29
26
<build>
@@ -121,9 +118,6 @@
121
118
This project is automatically updated from git. Please do **not** send submit requests, create an issue in the [bci-dockerfile-generator](https://github.com/SUSE/bci-dockerfile-generator) repository instead</description>
0 commit comments