Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
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
Package registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
20d8bc49
Commit
20d8bc49
authored
10 months ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
update for 2.8.4
parent
a4c2c4b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!1706
merge 2.8.4 to main
,
!1614
PIPELINE TESTING: Playing with shared/workspaces testing
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci/unit-test.template.yml
+1
-1
1 addition, 1 deletion
ci/unit-test.template.yml
services/workflow/Dockerfile
+0
-1
0 additions, 1 deletion
services/workflow/Dockerfile
with
1 addition
and
2 deletions
ci/unit-test.template.yml
+
1
−
1
View file @
20d8bc49
...
...
@@ -6,7 +6,7 @@
# use the poetry virtual environment and packages
-
poetry install --with test
-
pwd
-
$(poetry env info -p)/bin/pytest
--junitxml=tests.xml
../../${TEST_PREFIX2}{SERVICE_NAME} --
cov=
${SERVICE_NAME} --cov-report=
-
$(poetry env info -p)/bin/pytest
.
../../${TEST_PREFIX2}{SERVICE_NAME} --
junitxml=tests.xml --cov=${SERVICE_NAME} --cov=../../${PATH_PREFIX2}
${SERVICE_NAME} --cov-report=
-
mv ./.coverage ${CI_PROJECT_DIR}/.coverage.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}
-
mv ./tests.xml ${CI_PROJECT_DIR}/tests.${SERVICE_NAME}.${CI_COMMIT_SHORT_SHA}.xml
artifacts
:
...
...
This diff is collapsed.
Click to expand it.
services/workflow/Dockerfile
+
0
−
1
View file @
20d8bc49
...
...
@@ -65,7 +65,6 @@ COPY --chown=vlapipe:vlapipe ./apps/cli ./apps/cli
# Copy service directory to /code in the image
# set ownership of content to vlapipe and the vlapipe group
USER
vlapipe
COPY
--chown=vlapipe:vlapipe ./services/workflow ./services/workflow
WORKDIR
/code/services/workflow
RUN
poetry
install
--with
test
...
...
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