Don't initialize runner env unless needed #14

Closed
opened 3 years ago by gyulaid · 0 comments
gyulaid commented 3 years ago
Owner

PythonRunner was not needed in current run, yet got initialized.

$ alice -v -i ci-examples/full.yaml pkg

[Alice] Available runners: python|pypi
[Alice] Configured globals: { ... }
[Alice] Configuring runner: python
[Alice] Initializing runner: python
[PythonRunner] Initializing
[PythonRunner] Found virtualenv at /workspaces/alice/packages/venv
[Alice] Parsed jobs: env, lint, pkg
[Alice] Begin pipeline steps
[Alice] Initializing runner: pypi
[PyPiRunner] Initializing
{'name': 'pkg', 'type': 'pypi', 'workdir': '.', 'upload': False, 'repo': {'uri': 'example.com', 'username': 'asdf', 'password': {'from_env': 'PYPIPASS'}}, 'packages': ['alice-ci']}
[Alice][Step] pkg: SUCCESS

The function update_config needs to be revised.

PythonRunner was not needed in current run, yet got initialized. ``` $ alice -v -i ci-examples/full.yaml pkg [Alice] Available runners: python|pypi [Alice] Configured globals: { ... } [Alice] Configuring runner: python [Alice] Initializing runner: python [PythonRunner] Initializing [PythonRunner] Found virtualenv at /workspaces/alice/packages/venv [Alice] Parsed jobs: env, lint, pkg [Alice] Begin pipeline steps [Alice] Initializing runner: pypi [PyPiRunner] Initializing {'name': 'pkg', 'type': 'pypi', 'workdir': '.', 'upload': False, 'repo': {'uri': 'example.com', 'username': 'asdf', 'password': {'from_env': 'PYPIPASS'}}, 'packages': ['alice-ci']} [Alice][Step] pkg: SUCCESS ``` The function update_config needs to be revised.
gyulaid added this to the 0.0.9 milestone 3 years ago
gyulaid added the
bug
label 3 years ago
gyulaid closed this issue 3 years ago
gyulaid referenced this issue from a commit 3 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.