forked from multipath-tcp/mptcp-upstream-virtme-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
31 lines (30 loc) · 926 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# SPDX-License-Identifier: GPL-2.0
name: 'MPTCP Upstream Tests Action'
description: 'Tests Linux kernel MPTCP Upstream changes'
inputs:
ccache_maxsize:
description: 'Set the maximum size for CCache in {{ github.workspace }}/.ccache dir'
required: false
default: '5G'
mode:
description: 'Kernel mode to use (normal / debug)'
required: false
default: 'normal'
ci_timeout_sec:
description: 'Global timeout (sec), max 6h (21800 sec)'
required: false
default: '7200'
extra_env:
description: 'Extra env var to set to a specified value, e.g. INPUT_CPUS=2'
required: false
packetdrill_stable:
description: 'Set to 1 to checkout the stable branch for this version (if any)'
required: false
default: '0'
trace:
description: 'Enable set -x'
required: false
default: '0'
runs:
using: 'docker'
image: 'docker://mptcp/mptcp-upstream-virtme-docker:latest'