Skip to content

Commit

Permalink
[tests] reduced sync set for ECR mapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
xelalexv committed Oct 6, 2022
1 parent 832dd1b commit d525ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/fixtures/e2e/mapping/docker-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ tasks:
# not actually supported for Docker relay, but need this for validation
skip-tls-verify: true
mappings:
- from: regex:kubika/.*
- from: regex:kubika/brucket.*
to: mapping-docker/ecr
2 changes: 1 addition & 1 deletion test/fixtures/e2e/mapping/skopeo-ecr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ tasks:
auth: {{ .LocalAuth }}
skip-tls-verify: true
mappings:
- from: regex:kubika/.*
- from: regex:kubika/brucket.*
to: mapping-skopeo/ecr

0 comments on commit d525ce2

Please sign in to comment.