Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
buildstream
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
BuildStream
buildstream
Commits
04aca284
Commit
04aca284
authored
6 years ago
by
Phil Dawson
Browse files
Options
Downloads
Patches
Plain Diff
fixup! Expose basic api for testing external plugins.
parent
2c2e69ae
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#43546107
failed
6 years ago
Stage: test
Stage: post
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/artifactcache/junctions.py
+0
-2
0 additions, 2 deletions
tests/artifactcache/junctions.py
tests/frontend/cross_junction_workspace.py
+1
-0
1 addition, 0 deletions
tests/frontend/cross_junction_workspace.py
with
1 addition
and
2 deletions
tests/artifactcache/junctions.py
+
0
−
2
View file @
04aca284
...
...
@@ -8,8 +8,6 @@ from buildstream.plugintestutils import cli
from
tests.testutils
import
create_artifact_share
DATA_DIR
=
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
)),
"
junctions
"
,
...
...
This diff is collapsed.
Click to expand it.
tests/frontend/cross_junction_workspace.py
+
1
−
0
View file @
04aca284
...
...
@@ -4,6 +4,7 @@ from buildstream import _yaml
from
tests.testutils
import
create_repo
def
prepare_junction_project
(
cli
,
tmpdir
):
main_project
=
tmpdir
.
join
(
"
main
"
)
sub_project
=
tmpdir
.
join
(
"
sub
"
)
...
...
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