Skip to content

Commit

Permalink
fix: Move timeout minutes into right spot and rename to match e2etest…
Browse files Browse the repository at this point in the history
….yaml inputs
  • Loading branch information
fibble authored and 1dson committed Jan 9, 2025
1 parent e8a74b0 commit 2bf650d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2eInternalRegression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
call-e2etest:
name: Call E2E test workflow
uses: ./.github/workflows/e2etest.yaml
timeout-minutes: ${{ inputs.batch_timeout_minutes }}
with:
platform_env: ${{ inputs.platform_env }}
cucumber_tags: "@int_regression"
Expand All @@ -48,4 +47,5 @@ jobs:
bucket_name: ${{ inputs.bucket_name || vars.ACCOUNT_NONPROD_S3_REPORT_BUCKET }}
bucket_key: ${{ inputs.bucket_key || vars.S3_REPORT_BUCKET_KEY }}
batch_job_queue: ${{ inputs.batch_job_queue || vars.ACCOUNT_NONPROD_BATCH_JOB_QUEUE }}
batch_job_definition: ${{ inputs.batch_job_definition || vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
batch_job_definition: ${{ inputs.batch_job_definition || vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
batch-timeout-minutes: ${{ inputs.batch_timeout_minutes }}
4 changes: 2 additions & 2 deletions .github/workflows/e2eSelfServeRegression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ jobs:
call-e2etest:
name: Call E2E test workflow
uses: ./.github/workflows/e2etest.yaml
timeout-minutes: ${{ inputs.batch_timeout_minutes }}
with:
platform_env: ${{ inputs.platform_env }}
cucumber_tags: "@ss_regression"
Expand All @@ -48,4 +47,5 @@ jobs:
bucket_name: ${{ inputs.bucket_name || vars.ACCOUNT_NONPROD_S3_REPORT_BUCKET }}
bucket_key: ${{ inputs.bucket_key || vars.S3_REPORT_BUCKET_KEY }}
batch_job_queue: ${{ inputs.batch_job_queue || vars.ACCOUNT_NONPROD_BATCH_JOB_QUEUE }}
batch_job_definition: ${{ inputs.batch_job_definition || vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
batch_job_definition: ${{ inputs.batch_job_definition || vars.ACCOUNT_NONPROD_BATCH_JOB_DEFINITION }}
batch-timeout-minutes: ${{ inputs.batch_timeout_minutes }}

0 comments on commit 2bf650d

Please sign in to comment.