Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124746
D7450.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D7450.diff
View Options
diff --git a/jobs/swh-packages.yaml b/jobs/swh-packages.yaml
--- a/jobs/swh-packages.yaml
+++ b/jobs/swh-packages.yaml
@@ -299,6 +299,7 @@
pkg: web
python_module: swh.web
do_cypress: true
+ timeout: 20
jobs:
- "swh-jobs-{name}"
diff --git a/jobs/templates/swh-pipeline-diff.yaml b/jobs/templates/swh-pipeline-diff.yaml
--- a/jobs/templates/swh-pipeline-diff.yaml
+++ b/jobs/templates/swh-pipeline-diff.yaml
@@ -11,6 +11,7 @@
auth-token: 'ph4br1cat0r'
phabricator_diff: true
do_cypress: false
+ timeout: 20
properties:
- build-discarder:
artifact-num-to-keep: 20
diff --git a/jobs/templates/swh-pipeline.groovy.j2 b/jobs/templates/swh-pipeline.groovy.j2
--- a/jobs/templates/swh-pipeline.groovy.j2
+++ b/jobs/templates/swh-pipeline.groovy.j2
@@ -87,7 +87,7 @@
stage('Tests') {
options {
- timeout(time: 20, unit: 'MINUTES')
+ timeout(time: {{ timeout }}, unit: 'MINUTES')
}
parallel {
diff --git a/jobs/templates/swh-pipeline.yaml b/jobs/templates/swh-pipeline.yaml
--- a/jobs/templates/swh-pipeline.yaml
+++ b/jobs/templates/swh-pipeline.yaml
@@ -16,6 +16,7 @@
artifact-num-to-keep: 20
phabricator_diff: false
do_cypress: false
+ timeout: 20
parameters:
- git-parameter:
name: REVISION
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 6:20 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3224332
Attached To
D7450: Make the timeout declaratively parametric
Event Timeline
Log In to Comment