Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Test CI #10

Merged
merged 4 commits into from Nov 1, 2016
Merged

Test CI #10

merged 4 commits into from Nov 1, 2016

Conversation

shlomi-noach
Copy link

This PR tests the new CI tests

@shlomi-noach
Copy link
Author

Ah yes. This build error:

...
+ go build -o /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/bin/orchestrator-agent -ldflags '-X main.AppVersion=230c7540bc5d1b74068cdb20c60de30132d3d157 -X main.BuildDescribe=v1.1.25-73-g230c754' ./go/cmd/orchestrator-agent/main.go
go/cmd/orchestrator-agent/main.go:27:2: cannot find package "github.com/outbrain/orchestrator-agent/go/agent" in any of:
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.gopath/src/github.com/github/orchestrator-agent/vendor/github.com/outbrain/orchestrator-agent/go/agent (vendor tree)
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.vendor/go17/go/src/github.com/outbrain/orchestrator-agent/go/agent (from $GOROOT)
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.gopath/src/github.com/outbrain/orchestrator-agent/go/agent (from $GOPATH)
go/cmd/orchestrator-agent/main.go:28:2: cannot find package "github.com/outbrain/orchestrator-agent/go/app" in any of:
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.gopath/src/github.com/github/orchestrator-agent/vendor/github.com/outbrain/orchestrator-agent/go/app (vendor tree)
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.vendor/go17/go/src/github.com/outbrain/orchestrator-agent/go/app (from $GOROOT)
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.gopath/src/github.com/outbrain/orchestrator-agent/go/app (from $GOPATH)
go/cmd/orchestrator-agent/main.go:29:2: cannot find package "github.com/outbrain/orchestrator-agent/go/config" in any of:
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.gopath/src/github.com/github/orchestrator-agent/vendor/github.com/outbrain/orchestrator-agent/go/config (vendor tree)
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.vendor/go17/go/src/github.com/outbrain/orchestrator-agent/go/config (from $GOROOT)
    /var/lib/jenkins/workspace/orchestrator-agent-build-deploy-tarball/.gopath/src/github.com/outbrain/orchestrator-agent/go/config (from $GOPATH)
...

is due to the fact this repo is github.com/github/orchestrator-agent while importing github.com/outbrain/orchestrator-agent.

@shlomi-noach
Copy link
Author

build fixed via #11

@shlomi-noach shlomi-noach merged commit c8da22c into master Nov 1, 2016
@shlomi-noach shlomi-noach deleted the test-ci branch November 1, 2016 11:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant