Skip to content

Commit c03af8f

Browse files
committed
tests/integration/project: Rename alias from alpine to test-images
1 parent fd38499 commit c03af8f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/integration/project/elements/base/base-alpine.bst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sources:
1111
(?):
1212
- arch == "x86-64":
1313
ref: 3eb559250ba82b64a68d86d0636a6b127aa5f6d25d3601a79f79214dc9703639
14-
url: "alpine:integration-tests-base.v1.x86_64.tar.xz"
14+
url: "test-images:integration-tests-base.v1.x86_64.tar.xz"
1515
- arch == "aarch64":
1616
ref: 431fb5362032ede6f172e70a3258354a8fd71fcbdeb1edebc0e20968c792329a
17-
url: "alpine:integration-tests-base.v1.aarch64.tar.xz"
17+
url: "test-images:integration-tests-base.v1.aarch64.tar.xz"

tests/integration/project/project.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ min-version: 2.0
44
element-path: elements
55

66
aliases:
7-
alpine: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
7+
test-images: https://bst-integration-test-images.ams3.cdn.digitaloceanspaces.com/
88
project_dir: file://{project_dir}
99

1010
plugins:

tests/integration/shellbuildtrees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def test_shell_pull_cached_buildtree(share_with_buildtrees, datafiles, cli, pull
347347
@pytest.mark.skipif(not HAVE_SANDBOX, reason="Only available with a functioning sandbox")
348348
def test_shell_pull_artifact_cached_buildtree(share_with_buildtrees, datafiles, cli):
349349
project = str(datafiles)
350-
artifact_name = "test/build-shell-buildtree/4a47c98a10df39e65e99d471f96edc5b58d4ea5b9b1f221d0be832a8124b8099"
350+
artifact_name = "test/build-shell-buildtree/f2f21aa730dcc49f682bb8406ef4705a51213ccf9739dc43b8b4fdc2d310e3f6"
351351

352352
cli.configure({"artifacts": {"servers": [{"url": share_with_buildtrees.repo}]}})
353353

0 commit comments

Comments
 (0)