Skip to content

Commit

Permalink
Update logs folder param name
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Nov 29, 2024
1 parent 5f4b757 commit 88dc105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/e2e/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
EXTERNAL_LINKS_PATH: external_links_$CI_JOB_ID.json
LOGS_PROCESSING_TEST_DEPTH: 1
script:
- inv -e new-e2e-tests.run --targets $TARGETS -c ddagent:imagePullRegistry=669783387624.dkr.ecr.us-east-1.amazonaws.com -c ddagent:imagePullUsername=AWS -c ddagent:imagePullPassword=$(aws ecr get-login-password) --junit-tar junit-${CI_JOB_ID}.tgz ${EXTRA_PARAMS} --test-washer --logs-folders=$E2E_OUTPUT_DIR --logs-post-processing --logs-processing-test-depth=$LOGS_PROCESSING_TEST_DEPTH
- inv -e new-e2e-tests.run --targets $TARGETS -c ddagent:imagePullRegistry=669783387624.dkr.ecr.us-east-1.amazonaws.com -c ddagent:imagePullUsername=AWS -c ddagent:imagePullPassword=$(aws ecr get-login-password) --junit-tar junit-${CI_JOB_ID}.tgz ${EXTRA_PARAMS} --test-washer --logs-folder=$E2E_OUTPUT_DIR/logs --logs-post-processing --logs-post-processing-test-depth=$LOGS_PROCESSING_TEST_DEPTH
after_script:
- $CI_PROJECT_DIR/tools/ci/junit_upload.sh
artifacts:
Expand Down

0 comments on commit 88dc105

Please sign in to comment.