Skip to content

Commit

Permalink
KSE-1786 | Increase execution time limit to 6 hours.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbadani committed Jan 26, 2024
1 parent 7ca91e4 commit 5612f33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .semaphore/semaphore.yml
Expand Up @@ -14,7 +14,7 @@ fail_fast:
when: "true"

execution_time_limit:
hours: 3
hours: 6

queue:
- when: "branch != 'master' and branch !~ '[0-9]+\\.[0-9]+\\.x'"
Expand All @@ -33,6 +33,9 @@ blocks:
# don't run the tests on non-functional changes...
when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/']})"
task:
env_vars:
- name: SEMAPHORE_AGENT_UPLOAD_JOB_LOGS
value: when-trimmed
jobs:
- name: Test
commands:
Expand Down
2 changes: 1 addition & 1 deletion service.yml
Expand Up @@ -7,7 +7,7 @@ semaphore:
enable: true
pipeline_type: cp
nano_version: true
execution_time_limit: {"hours": 3}
execution_time_limit: {"hours": 6}
downstream_projects: ["confluent-security-plugins", "confluent-cloud-plugins", "cc-docker-ksql"]
extra_deploy_args: '-Ddocker.skip=true'
extra_build_args: "-Dmaven.gitcommitid.nativegit=true"
Expand Down

0 comments on commit 5612f33

Please sign in to comment.