Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdk-plugins: remove global "variables" in CI #1730

Closed
wants to merge 1 commit into from

Conversation

antoniivanov
Copy link
Collaborator

As part of effort to stabilize builds -
#1559

I am removing global variables and names since they can be overwriten by accident across differnet projects.

As part of effort to stabilize builds -
#1559

I am removing global variables and names since they can be overwriten by
accident across differnet projects.

Signed-off-by: Antoni Ivanov <[email protected]>
@antoniivanov antoniivanov force-pushed the person/aivanov/vdk-ci branch from a38fde7 to 01564db Compare March 9, 2023 18:40
@@ -27,7 +27,7 @@
artifacts:
when: always
reports:
junit: tests.xml
junit: "projects/vdk-plugins/$PLUGIN_NAME/tests.xml"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

may you link a pipeline before/after?

nit: the PR description does not seem to match the draft changes 👀

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a draft . I am still working on the change. And I needed to test using the Gitlab CI since I cannot locally as easily for this.

Anyhow I opened a PR for the change since it should be separate from this one : #1732

@@ -1,7 +1,6 @@
# Copyright 2021-2023 VMware, Inc.
# SPDX-License-Identifier: Apache-2.0

image: "python:3.7"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: those are redundant, since overwritten? what's the effective python version definition?

@antoniivanov antoniivanov deleted the person/aivanov/vdk-ci branch September 14, 2023 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants