Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Tango Images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container 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
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
LOFAR2.0
Tango Images
Commits
16c53f18
Unverified
Commit
16c53f18
authored
Oct 26, 2021
by
Piers Harding
Browse files
Options
Downloads
Patches
Plain Diff
ST-908
: remove redundant test
Signed-off-by:
Piers Harding
<
piers@ompka.net
>
parent
372e8a48
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-33
0 additions, 33 deletions
.gitlab-ci.yml
with
0 additions
and
33 deletions
.gitlab-ci.yml
+
0
−
33
View file @
16c53f18
...
@@ -555,39 +555,6 @@ test-chart-templates:
...
@@ -555,39 +555,6 @@ test-chart-templates:
reports
:
reports
:
junit
:
build/reports/chart_template_tests.xml
junit
:
build/reports/chart_template_tests.xml
test-chart
:
stage
:
test
variables
:
MINIKUBE
:
"
false"
tags
:
-
k8srunner
image
:
$SKA_K8S_TOOLS_DEPLOY_IMAGE
script
:
-
kubectl version
-
helm version
-
make install-chart CAR_OCI_REGISTRY_HOST=${CI_REGISTRY}/${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}
-
make wait
-
make test
-
mkdir -p ./build/reports ./build/htmlcov
-
mv build/report.xml ./build/reports/unit-tests.xml
after_script
:
-
make uninstall-chart
-
make delete_namespace
environment
:
name
:
test
kubernetes
:
namespace
:
ci-$CI_PROJECT_NAME-$CI_COMMIT_SHORT_SHA
artifacts
:
name
:
"
$CI_PROJECT_NAME-$CI_JOB_ID"
paths
:
-
"
build/"
reports
:
junit
:
build/reports/unit-tests.xml
rules
:
-
if
:
'
$CI_COMMIT_TAG'
# don't run on master as the new images are not available yet (on Merge)
-
if
:
'
$CI_PIPELINE_SOURCE
==
"push"
&&
$CI_COMMIT_BRANCH
!=
$CI_DEFAULT_BRANCH'
# Custom OCI Image publish stage
# Custom OCI Image publish stage
oci-image-publish
:
#Executed on a tag for CAR
oci-image-publish
:
#Executed on a tag for CAR
stage
:
publish
stage
:
publish
...
...
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