Skip to content

Commit

Permalink
tests/kola/ignition: move S3 test fixtures to a new bucket
Browse files Browse the repository at this point in the history
The previous bucket is in a deprecated AWS account.
  • Loading branch information
bgilbert committed May 6, 2022
1 parent 39283de commit 275f85c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions tests/kola/ignition/resource/remote/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ storage:
files:
- path: /var/resource/http
contents:
source: "http://rh-kola-fixtures.s3.amazonaws.com/resources/anonymous"
source: "http://ignition-test-fixtures.s3.amazonaws.com/resources/anonymous"
- path: /var/resource/https
contents:
source: "https://rh-kola-fixtures.s3.amazonaws.com/resources/anonymous"
source: "https://ignition-test-fixtures.s3.amazonaws.com/resources/anonymous"
- path: /var/resource/s3-anon
contents:
source: "s3://rh-kola-fixtures/resources/anonymous"
source: "s3://ignition-test-fixtures/resources/anonymous"
- path: /var/resource/s3-versioned-original
contents:
source: "s3://rh-kola-fixtures/resources/versioned?versionId=Ym98GTx0npVaJznSAd0I1eUjFoZMP8Zo"
source: "s3://ignition-test-fixtures/resources/versioned?versionId=Y9YqVujoLyHHSHJ4DslyXoaLvcilQJnU"
- path: /var/resource/s3-versioned-latest
contents:
source: "s3://rh-kola-fixtures/resources/versioned"
source: "s3://ignition-test-fixtures/resources/versioned"
- path: /var/resource/s3-versioned-https-original
contents:
source: "https://rh-kola-fixtures.s3.amazonaws.com/resources/versioned?versionId=Ym98GTx0npVaJznSAd0I1eUjFoZMP8Zo"
source: "https://ignition-test-fixtures.s3.amazonaws.com/resources/versioned?versionId=Y9YqVujoLyHHSHJ4DslyXoaLvcilQJnU"
- path: /var/resource/s3-versioned-https-latest
contents:
source: "https://rh-kola-fixtures.s3.amazonaws.com/resources/versioned"
source: "https://ignition-test-fixtures.s3.amazonaws.com/resources/versioned"
4 changes: 2 additions & 2 deletions tests/kola/ignition/resource/s3/config.bu
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ version: 1.0.0
ignition:
config:
merge:
- source: "s3://rh-kola-fixtures/resources/authenticated-var-v3.ign"
- source: "s3://ignition-test-fixtures/resources/authenticated-var-v3.ign"
storage:
files:
- path: /var/resource/s3-auth
contents:
source: "s3://rh-kola-fixtures/resources/authenticated"
source: "s3://ignition-test-fixtures/resources/authenticated"

0 comments on commit 275f85c

Please sign in to comment.