18 Commits

Author SHA1 Message Date
a4cb903627 push test
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:33:05 -07:00
9849cb8b19 push test
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:30:48 -07:00
08f13cc088 push test
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:28:16 -07:00
d1d51d2bef push test
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:27:50 -07:00
44589c69e2 push test
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:26:05 -07:00
b046d9f250 push test
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-25 03:25:05 -07:00
c730ee5717 kaniko test
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-25 03:23:50 -07:00
68f41fb16e push test
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:20:52 -07:00
b26c1729ec Use DRONE_SOURCE_BRANCH
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:14:32 -07:00
8090ba597b test custom drone-kaniko plugin
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 03:11:45 -07:00
4f29c7a212 Enable kaniko caching
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 00:03:37 -07:00
6f0d80576a Use golang 1.14.3 instead of latest
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-25 00:01:05 -07:00
42694115bd update, test build
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-24 23:58:30 -07:00
a870a370c9 typo harbor repo path
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-24 23:52:07 -07:00
ff2030cc49 drone uses m's for cpu resources
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-24 23:49:54 -07:00
737905e195 Allow even more memory for go test / go build
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-05-24 23:37:28 -07:00
169fbf9bc6 Use more memory to build
Some checks reported errors
continuous-integration/drone/push Build was killed
2020-05-24 23:33:05 -07:00
445d041eae Add a test file 2020-05-24 23:25:38 -07:00
3 changed files with 18 additions and 11 deletions

View File

@@ -4,26 +4,26 @@ name: default
steps: steps:
- name: test - name: test
image: golang image: golang:1.14.3
commands: commands:
- go test -v - go test -v
- go build - go build
resources: resources:
limits: limits:
cpu: 1 cpu: 1000
memory: 100MiB memory: 300MiB
requests: requests:
cpu: 1 cpu: 500
memory: 50MiB memory: 200MiB
- name: docker - name: docker
#image: plugins/docker image: askbjoernhansen/drone-kaniko:0.22-6
image: banzaicloud/drone-kaniko
settings: settings:
repo: drone-test/drone-test repo: drone-builds/drone-test
registry: harbor.ntppool.org registry: harbor.ntppool.org
tags: latest,${DRONE_COMMIT_SHA} auto_tag: true
#auto_tag: true tags: SHA7,${DRONE_SOURCE_BRANCH}
cache: true
username: username:
from_secret: harbor_username from_secret: harbor_username
password: password:

7
main_test.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "testing"
func TestMain(t *testing.T) {
t.Log("it's all okay")
}

View File

@@ -1 +1 @@
Sun May 24 22:15:21 PDT 2020 Mon May 25 03:33:05 PDT 2020