-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathaction.yml
35 lines (34 loc) · 1 KB
/
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
32
33
34
35
# 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'
required: false
default: '5G'
ccache_dir:
description: 'Set the directory name in {{ github.workspace }}/.virtme/ dir'
required: false
default: 'ccache'
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'