Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
obfsvpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leap
obfsvpn
Commits
1a8bae5f
Commit
1a8bae5f
authored
1 year ago
by
Maxb
Browse files
Options
Downloads
Patches
Plain Diff
Add integration test for hopping+kcp
parent
1eaba915
Branches
Branches containing commit
Tags
v0.1.0
Tags containing commit
1 merge request
!36
Fix KCP Performance
Pipeline
#220058
passed
11 months ago
Stage: test
Stage: build
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.env.hopping.kcp
+4
-0
4 additions, 0 deletions
.env.hopping.kcp
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
scripts/integration-test.sh
+2
-0
2 additions, 0 deletions
scripts/integration-test.sh
with
19 additions
and
0 deletions
.env.hopping.kcp
0 → 100644
+
4
−
0
View file @
1a8bae5f
PROTO="udp"
HOP_PT="1"
KCP="1"
PORT="4430"
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
13
−
0
View file @
1a8bae5f
...
...
@@ -88,6 +88,19 @@ integration-test-kcp:
-
linux
-
docker-in-docker
integration-test-hopping-kcp
:
image
:
docker:dind
stage
:
test
services
:
-
name
:
docker:dind
alias
:
docker
script
:
-
apk add --update bash
-
/bin/bash ./scripts/integration-test.sh hop-kcp
tags
:
-
linux
-
docker-in-docker
# We can build the client separately here
build-client
:
extends
:
build
...
...
This diff is collapsed.
Click to expand it.
scripts/integration-test.sh
+
2
−
0
View file @
1a8bae5f
...
...
@@ -15,6 +15,8 @@ if [[ "$1" == "hop" ]]; then
env_file
=
./.env.hopping
elif
[[
"
$1
"
==
"kcp"
]]
;
then
env_file
=
./.env.kcp
elif
[[
"
$1
"
==
"hop-kcp"
]]
;
then
env_file
=
./.env.hopping.kcp
fi
docker-compose down
--rmi
all
-v
...
...
This diff is collapsed.
Click to expand it.
Max B
@maxb
mentioned in issue
#49 (closed)
·
9 months ago
mentioned in issue
#49 (closed)
mentioned in issue #49
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment