Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pulsar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
NDIP
Pulsar
Commits
f31a1525
Commit
f31a1525
authored
5 years ago
by
John Chilton
Browse files
Options
Downloads
Patches
Plain Diff
More coexecutor tweaks..
parent
ddf2fdec
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docker/coexecutor/Dockerfile
+1
-3
1 addition, 3 deletions
docker/coexecutor/Dockerfile
pulsar/client/client.py
+1
-1
1 addition, 1 deletion
pulsar/client/client.py
with
2 additions
and
4 deletions
docker/coexecutor/Dockerfile
+
1
−
3
View file @
f31a1525
...
...
@@ -15,10 +15,8 @@ RUN apt-get update \
&& apt-get autoclean \
&& rm -rf /var/lib/apt/lists/* /var/log/dpkg.log
RUN
pip
install
-U
pip
&&
pip
install
wheel
RUN
pip
install
-U
pip
&&
pip
install
wheel
kombu pykube poster
ADD
pulsar_app-*.dev0-py2.py3-none-any.whl /pulsar_app-*.dev0-py2.py3-none-any.whl
RUN
pip
install
/pulsar_app-
*
.dev0-py2.py3-none-any.whl
RUN
pip
install
kombu pykube poster
This diff is collapsed.
Click to expand it.
pulsar/client/client.py
+
1
−
1
View file @
f31a1525
...
...
@@ -365,7 +365,7 @@ class MessageCoexecutionPodJobClient(BaseMessageJobClient):
def
__init__
(
self
,
destination_params
,
job_id
,
client_manager
):
super
(
MessageCoexecutionPodJobClient
,
self
).
__init__
(
destination_params
,
job_id
,
client_manager
)
self
.
pulsar_container_image
=
destination_params
.
get
(
"
pulsar_container_image
"
,
"
galaxy/pulsar-pod-staging:0.1
"
)
self
.
pulsar_container_image
=
destination_params
.
get
(
"
pulsar_container_image
"
,
"
galaxy/pulsar-pod-staging:0.1
0.0
"
)
self
.
_default_pull_policy
=
pull_policy
(
destination_params
)
def
launch
(
self
,
command_line
,
dependencies_description
=
None
,
env
=
[],
remote_staging
=
[],
job_config
=
None
,
container
=
None
,
pulsar_app_config
=
None
):
...
...
This diff is collapsed.
Click to expand it.
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