Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfowl committed Nov 5, 2024
1 parent a183919 commit 2f46904
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .tekton/integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ spec:
git clone "$(tasks.parse-metadata.results.source-git-url)" /workspace
pushd /workspace
git checkout "$(tasks.parse-metadata.results.source-git-revision)"
# XXX Temporary hardcoded repo + commit !
# git checkout test-e2e-test
- name: test
image: registry.redhat.io/openshift4/ose-cli:latest
Expand Down
1 change: 1 addition & 0 deletions e2e-tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def tee_log(pod_name: str, filename: str):
def render_manifests(input_dir, output_dir):
shutil.copytree(input_dir, output_dir, dirs_exist_ok=True)
print(f"rendering manifests in {output_dir}")
print(f"using serviceaccount {SERVICEACCOUNT}")
# XXX should probably replace this with something like kustomize
for filepath in os.scandir(output_dir):
with open(filepath, "r", encoding="utf-8") as f:
Expand Down

0 comments on commit 2f46904

Please sign in to comment.