Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
0d7d8793
Commit
0d7d8793
authored
Nov 30, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17842 from mesosphere/sttts-docker-it
Auto commit by PR queue bot
parents
69bb774d
e795aff0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
run-with-cluster.sh
contrib/mesos/ci/run-with-cluster.sh
+1
-1
run.sh
contrib/mesos/ci/run.sh
+1
-1
No files found.
contrib/mesos/ci/run-with-cluster.sh
View file @
0d7d8793
...
@@ -72,9 +72,9 @@ exec docker run \
...
@@ -72,9 +72,9 @@ exec docker run \
-e
"MESOS_DOCKER_OVERLAY_DIR=
${
MESOS_DOCKER_WORK_DIR
}
/overlay"
\
-e
"MESOS_DOCKER_OVERLAY_DIR=
${
MESOS_DOCKER_WORK_DIR
}
/overlay"
\
-e
"KUBERNETES_CONTRIB=mesos"
\
-e
"KUBERNETES_CONTRIB=mesos"
\
-e
"KUBERNETES_PROVIDER=mesos/docker"
\
-e
"KUBERNETES_PROVIDER=mesos/docker"
\
-e
"TERM=ansi"
\
-e
"USER=root"
\
-e
"USER=root"
\
-e
"E2E_REPORT_DIR=
${
MESOS_DOCKER_WORK_DIR
}
/reports"
\
-e
"E2E_REPORT_DIR=
${
MESOS_DOCKER_WORK_DIR
}
/reports"
\
-t
$(
tty
&>/dev/null
&&
echo
"-i"
)
\
mesosphere/kubernetes-mesos-test
\
mesosphere/kubernetes-mesos-test
\
-ceux
"
\
-ceux
"
\
make clean all &&
\
make clean all &&
\
...
...
contrib/mesos/ci/run.sh
View file @
0d7d8793
...
@@ -50,7 +50,7 @@ exec docker run \
...
@@ -50,7 +50,7 @@ exec docker run \
-v
"/var/run/docker.sock:/var/run/docker.sock"
\
-v
"/var/run/docker.sock:/var/run/docker.sock"
\
-v
"
${
DOCKER_BIN_PATH
}
:/usr/bin/docker"
\
-v
"
${
DOCKER_BIN_PATH
}
:/usr/bin/docker"
\
-e
"KUBERNETES_CONTRIB=mesos"
\
-e
"KUBERNETES_CONTRIB=mesos"
\
-e
"TERM=ansi"
\
-e
"USER=root"
\
-e
"USER=root"
\
-t
$(
tty
&>/dev/null
&&
echo
"-i"
)
\
mesosphere/kubernetes-mesos-test
\
mesosphere/kubernetes-mesos-test
\
-ceux
"
${
RUN_CMD
}
"
-ceux
"
${
RUN_CMD
}
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment