Skip to content

Commit

Permalink
DO-NOT-MERGE: mptcp: CI: switching to -net
Browse files Browse the repository at this point in the history
It is needed to maintain different versions for -net and net-next.

Indeed, the behaviour can change which has an impact on packetdrill
tests, dependences, etc.

This topic is there to change some refs just for -net.

Signed-off-by: Matthieu Baerts <[email protected]>
  • Loading branch information
matttbe committed Jun 3, 2023
1 parent 9936c82 commit 677352e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ task:
timeout_in: 120m

container:
image: mptcp/mptcp-upstream-virtme-docker:latest
image: mptcp/mptcp-upstream-virtme-docker:net
kvm: true ## Needed for the tests
cpu: 4 ## Max 16 per project, even number with kvm
memory: 8G ## Max 4 per CPU
Expand All @@ -16,6 +16,7 @@ task:
CIRRUS_CLONE_DEPTH: 1 ## no need to have a full clone
CIRRUS_LOG_TIMESTAMP: true ## useful
INPUT_CCACHE_MAXSIZE: 1G
INPUT_PACKETDRILL_STABLE: 1 ## to use mptcp-<kversion> branch
matrix:
MATRIX_JOB: normal
MATRIX_JOB: debug
Expand Down

0 comments on commit 677352e

Please sign in to comment.