Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beaver
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orus-io
beaver
Commits
e256d20d6a2d
Commit
e256d20d6a2d
authored
2 years ago
by
steeve.chailloux
Browse files
Options
Downloads
Patches
Plain Diff
install ci test tooling
parent
e029f31a1765
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#39006
failed
2 years ago
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
e256d20d
...
...
@@ -8,6 +8,10 @@
unit_tests
:
stage
:
test
image
:
quay.orus.io/cc/golang:1.17.6
variables
:
YTT_VERSION
:
v0.41.1
YTT_SHA256
:
65dbc4f3a4a2ed84296dd1b323e8e7bd77e488fa7540d12dd36cf7fb2fc77c03
HELM_VERSION
:
v3.9.0
cache
:
key
:
tooling
paths
:
...
...
@@ -15,6 +19,15 @@
-
.gopath/golangci-cache
-
.cache/gocache
-
tools/bin
before_script
:
-
curl -LO https://github.com/vmware-tanzu/carvel-ytt/releases/download/${YTT_VERSION}/ytt-linux-amd64
-
echo "${YTT_SHA256} *ytt-linux-amd64" | sha256sum -c
-
install -o root -g root -m 0755 ytt-linux-amd64 /usr/local/bin/ytt
-
curl -LO https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz
-
curl -LO https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz.sha256sum
-
echo "$(cat helm-${HELM_VERSION}-linux-amd64.tar.gz.sha256sum)" | sha256sum -c
-
tar xf helm-${HELM_VERSION}-linux-amd64.tar.gz
-
install -o root -g root -m 0755 linux-amd64/helm /usr/local/bin/helm
script
:
-
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b tools/bin
-
tools/bin/task test
...
...
This diff is collapsed.
Click to expand it.
steeve.chailloux
@steeve.chailloux
mentioned in commit
34b21d48e4e6
·
2 years ago
mentioned in commit
34b21d48e4e6
mentioned in commit 34b21d48e4e676f39e6f85bd97d8506c3f6a051e
Toggle commit list
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