Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
charts
Commits
51266594
Commit
51266594
authored
Dec 05, 2018
by
Guangbo Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update drone and bump chart testing
parent
ccc19d8d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
27 deletions
+10
-27
.drone.yml
.drone.yml
+2
-2
.testenv
test/.testenv
+0
-25
ct.yaml
test/ct.yaml
+8
-0
No files found.
.drone.yml
View file @
51266594
pipeline
:
pipeline
:
lint-charts
:
lint-charts
:
image
:
guangbo/chart-testing:v
1.0.3
image
:
guangbo/chart-testing:v
2.0.1-rancher1
commands
:
commands
:
-
git remote add rancher-charts https://github.com/rancher/charts
-
git remote add rancher-charts https://github.com/rancher/charts
-
git fetch rancher-charts master
-
git fetch rancher-charts master
-
c
hart_test.sh --config test/.testenv --no-instal
l
-
c
t lint --config test/ct.yam
l
test/.testenv
deleted
100644 → 0
View file @
ccc19d8d
# The name of the Git remote to check against for changed charts
REMOTE=rancher-charts
# The name of the Git target branch
TARGET_BRANCH=master
# Chart directories separated by a space
CHART_DIRS=(
charts
proposed
)
# Charts that should be skipped
EXCLUDED_CHARTS=(
)
# Additional chart repos to add (<name>=<url>), separated by a space
CHART_REPOS=(
)
# Timeout for chart installation in seconds
TIMEOUT=600
# Maintainer names in Chart.yaml are validated to be existing Github accounts, default to true
VALIDATE_MAINTAINERS=true
test/ct.yaml
0 → 100644
View file @
51266594
remote
:
rancher-charts
target-branch
:
master
chart-dirs
:
-
charts
-
proposed
excluded-charts
:
chart-repos
:
helm-extra-args
:
--timeout 600
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment