Skip to content

Commit

Permalink
fix-e2e-tests (#225)
Browse files Browse the repository at this point in the history
pr to fix the e2e tests in .tekton/rekor-e2e-test.yaml
  • Loading branch information
JasonPowr authored Feb 13, 2024
1 parent 66b3b69 commit 863a2a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/rekor-e2e-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:

sidecars:
- name: mysql
image: quay.io/redhat-user-workloads/rhtas-tenant/rhtas-stack-1-0-beta/trillian-database:0870a57daf2b2cca85219e76064606969c0369df
image: registry.redhat.io/rhtas-tech-preview/trillian-database-rhel9@sha256:3e7210bd4943c266eabaee33a50d86241c66ed69463f208bcc0b0b7373c22af0
env:
- name: MYSQL_ROOT_PASSWORD
value: zaphod
Expand All @@ -30,15 +30,15 @@ spec:
image: registry.redhat.io/rhel9/redis-6@sha256:91b755b9fb09b7299896f9a90f7d2752fdba36a8e6e9b9d1ddc17f3f92466745

- name: trillian-log-server
image: quay.io/redhat-user-workloads/rhtas-tenant/trillian-1-0-gamma/trillian-logserver-1-5:b0fbe2d8a36ceb49d83536fe59d00dc48e055901
image: registry.redhat.io/rhtas-tech-preview/trillian-logserver-rhel9@sha256:d6bebd674b5d66bb742bf96dbbea761e2fa73a9fabd9be8a48cefbfc906e990c
workingDir: $(workspaces.source.path)/source
command:
- "/bin/sh"
- "-c"
- 'sleep 60 && /trillian_log_server --storage_system=mysql --mysql_uri="test:zaphod@tcp(127.0.0.1:3306)/test" --rpc_endpoint=0.0.0.0:8090 --http_endpoint=0.0.0.0:8091 --alsologtostderr'

- name: trillian-log-signer
image: quay.io/redhat-user-workloads/rhtas-tenant/trillian-1-0-gamma/trillian-logsigner-1-5:b0fbe2d8a36ceb49d83536fe59d00dc48e055901
image: registry.redhat.io/rhtas-tech-preview/trillian-logsigner-rhel9@sha256:015f430f8f966d5cf83cdaad5ba5ca87dd75a83e64abd229c00ddd370f3c393b
workingDir: $(workspaces.source.path)/source
command:
- "/bin/sh"
Expand Down

0 comments on commit 863a2a1

Please sign in to comment.