Skip to content

Commit

Permalink
Generalized test configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejbrown committed Feb 1, 2024
1 parent 5cd5561 commit cf78220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_config_validation/test_retagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_reusing_multi_platform_images():
FROM {{ DOCKER_REGISTRY }}/nginx:latest
RUN printf '{{ BUILDRUNNER_BUILD_NUMBER }}' > /usr/share/nginx/html/index.html
push:
repository: docker-xeng-release.dr.corp.adobe.com/xeng/gauntlet/tracer-bullet
repository: user1/buildrunner-test-image
tags: []
""",
"""
Expand All @@ -308,7 +308,7 @@ def test_reusing_multi_platform_images():
FROM {{ DOCKER_REGISTRY }}/nginx:latest
RUN printf '{{ BUILDRUNNER_BUILD_NUMBER }}' > /usr/share/nginx/html/index.html
push:
repository: docker-xeng-release.dr.corp.adobe.com/xeng/gauntlet/tracer-bullet
repository: user1/buildrunner-test-image
""",
],
)
Expand Down

0 comments on commit cf78220

Please sign in to comment.