Skip to content

Commit

Permalink
Test the new code path
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Oct 28, 2024
1 parent de376f2 commit efb6acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/e2e/cachebust/01-create-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
akamaiCacheBustPaths:
- /config/chrome/fed-modules.json
- apps/chrome/index.html
- https://app.company.com
deploymentRepo: https://github.com/RedHatInsights/insights-chrome
envName: test-cachebust-environment
image: quay.io/cloudservices/insights-chrome-frontend:720317c
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/cachebust/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
command:
- /bin/bash
- '-c'
- 'sleep 120; /cli/.akamai-cli/src/cli-purge/bin/akamai-purge --edgerc /opt/app-root/edgerc delete https://console.doesntexist.redhat.com/config/chrome/fed-modules.json https://console.doesntexist.redhat.com/apps/chrome/index.html'
- 'sleep 120; /cli/.akamai-cli/src/cli-purge/bin/akamai-purge --edgerc /opt/app-root/edgerc delete https://console.doesntexist.redhat.com/config/chrome/fed-modules.json https://console.doesntexist.redhat.com/apps/chrome/index.html https://app.company.com'
resources: {}
volumeMounts:
- name: akamai-edgerc
Expand Down

0 comments on commit efb6acb

Please sign in to comment.