Skip to content

Commit 1fad591

Browse files
authored
Merge pull request #490 from henrywang/fix_compose_id
test: update test to use `updates` compose to align with rhel-bootc image
2 parents c2d838e + eb36746 commit 1fad591

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[rhel-9x-baseos]
2-
baseurl=http://REPLACE_ME/rhel-9/nightly/RHEL-9/REPLACE_COMPOSE_ID/compose/BaseOS/$basearch/os/
2+
baseurl=http://REPLACE_ME/rhel-9/composes/RHEL-9/REPLACE_COMPOSE_ID/compose/BaseOS/$basearch/os/
33
enabled=1
44
gpgcheck=0
55

66
[rhel-9x-appstream]
7-
baseurl=http://REPLACE_ME/rhel-9/nightly/RHEL-9/REPLACE_COMPOSE_ID/compose/AppStream/$basearch/os/
7+
baseurl=http://REPLACE_ME/rhel-9/composes/RHEL-9/REPLACE_COMPOSE_ID/compose/AppStream/$basearch/os/
88
enabled=1
99
gpgcheck=0
1010

tests/integration/install-upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ case "$TEST_OS" in
5252
yum_repos:
5353
rhel-9x-baseos:
5454
name: rhel-9x-baseos
55-
baseurl: http://${DOWNLOAD_NODE}/rhel-9/nightly/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/BaseOS/${ARCH}/os/
55+
baseurl: http://${DOWNLOAD_NODE}/rhel-9/composes/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/BaseOS/${ARCH}/os/
5656
enabled: true
5757
gpgcheck: false
5858
rhel-9x-appstream:
5959
name: rhel-9x-appstream
60-
baseurl: http://${DOWNLOAD_NODE}/rhel-9/nightly/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/AppStream/${ARCH}/os/
60+
baseurl: http://${DOWNLOAD_NODE}/rhel-9/composes/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/AppStream/${ARCH}/os/
6161
enabled: true
6262
gpgcheck: false
6363
EOF

tests/integration/mockbuild.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ case "$TEST_OS" in
3434
tee -a /etc/mock/templates/"$TEMPLATE" > /dev/null << EOF
3535
[BaseOS]
3636
name=Red Hat Enterprise Linux - BaseOS
37-
baseurl=http://${DOWNLOAD_NODE}/rhel-9/nightly/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/BaseOS/\$basearch/os/
37+
baseurl=http://${DOWNLOAD_NODE}/rhel-9/composes/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/BaseOS/\$basearch/os/
3838
enabled=1
3939
gpgcheck=0
4040
4141
[AppStream]
4242
name=Red Hat Enterprise Linux - AppStream
43-
baseurl=http://${DOWNLOAD_NODE}/rhel-9/nightly/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/AppStream/\$basearch/os/
43+
baseurl=http://${DOWNLOAD_NODE}/rhel-9/composes/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/AppStream/\$basearch/os/
4444
enabled=1
4545
gpgcheck=0
4646
4747
[CRB]
4848
name = Red Hat Enterprise Linux - CRB
49-
baseurl = http://${DOWNLOAD_NODE}/rhel-9/nightly/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/CRB/\$basearch/os/
49+
baseurl = http://${DOWNLOAD_NODE}/rhel-9/composes/RHEL-9/${CURRENT_COMPOSE_RHEL94}/compose/CRB/\$basearch/os/
5050
enabled = 1
5151
gpgcheck = 0
5252
"""

0 commit comments

Comments
 (0)