Skip to content

Commit

Permalink
Fix outdated S3 URLs (ansible#81964)
Browse files Browse the repository at this point in the history
We should always use the CloudFront backed endpoint (ci-files) not the direct S3 bucket reference (ansible-ci-files).
  • Loading branch information
mattclay committed Oct 13, 2023
1 parent f5c742c commit 4f04df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/targets/dnf/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dnf_log_files:
- /var/log/dnf.rpm.log
- /var/log/dnf.librepo.log

skip_broken_repo_baseurl: "https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/dnf/skip-broken/RPMS/"
skip_broken_repo_baseurl: "https://ci-files.testing.ansible.com/test/integration/targets/dnf/skip-broken/RPMS/"
2 changes: 1 addition & 1 deletion test/integration/targets/unarchive/tasks/test_download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
block:
- name: unarchive a tar from an URL
unarchive:
src: "https://ansible-ci-files.s3.amazonaws.com/test/integration/targets/apt/echo-hello-source.tar.gz"
src: "https://ci-files.testing.ansible.com/test/integration/targets/apt/echo-hello-source.tar.gz"
dest: "{{ remote_tmp_dir }}/test-unarchive-tar-gz"
mode: "0700"
remote_src: yes
Expand Down

0 comments on commit 4f04df7

Please sign in to comment.