Skip to content

Commit

Permalink
Removing submodule go/src/github.com/cloudfoundry/bosh-agent
Browse files Browse the repository at this point in the history
* CI runs against agent master

[#140156459](https://www.pivotaltracker.com/story/show/140156459)

Signed-off-by: Shatarupa Nandi <snandi@pivotal.io>
  • Loading branch information
Shatarupa Nandi committed Feb 24, 2017
1 parent 5a8cbe8 commit 9d7334d
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
@@ -1,3 +0,0 @@
[submodule "src/go/src/github.com/cloudfoundry/bosh-agent"]
path = src/go/src/github.com/cloudfoundry/bosh-agent
url = https://github.com/cloudfoundry/bosh-agent.git
14 changes: 14 additions & 0 deletions ci/pipeline.yml
Expand Up @@ -166,6 +166,8 @@ jobs:
trigger: true
- get: bosh-cli
trigger: true
- get: bosh-agent
trigger: true
- aggregate:
- task: test-group-1
privileged: true
Expand Down Expand Up @@ -217,6 +219,8 @@ jobs:
trigger: true
- get: bosh-cli
trigger: true
- get: bosh-agent
trigger: true
- aggregate:
- task: test-group-1
privileged: true
Expand Down Expand Up @@ -261,6 +265,7 @@ jobs:
build_logs_to_retain: 250
plan:
- { get: bosh-src, trigger: true }
- { get: bosh-agent, trigger: true }
- aggregate:
- task: test-group-1
privileged: true
Expand Down Expand Up @@ -309,6 +314,8 @@ jobs:
trigger: true
- get: bosh-cli
trigger: true
- get: bosh-agent
trigger: true
- aggregate:
- task: upgrade-with-postgres
privileged: true
Expand Down Expand Up @@ -693,3 +700,10 @@ resources:
type: bosh-io-release
source:
repository: cloudfoundry-incubator/bosh-vsphere-cpi-release

- name: bosh-agent
type: git
source:
uri: https://github.com/cloudfoundry/bosh-agent
branch: master

4 changes: 4 additions & 0 deletions ci/tasks/test-integration-gocli.sh
Expand Up @@ -46,6 +46,10 @@ chmod +x /usr/local/bin/gobosh
source /etc/profile.d/chruby.sh
chruby $RUBY_VERSION

agent_path=bosh-src/go/src/github.com/cloudfoundry/
mkdir -p $agent_path
cp -r bosh-agent $agent_path

cd bosh-src/src

print_git_state
Expand Down
1 change: 1 addition & 0 deletions ci/tasks/test-integration-gocli.yml
Expand Up @@ -9,6 +9,7 @@ image_resource:
inputs:
- name: bosh-src
- name: bosh-cli
- name: bosh-agent

run:
path: bosh-src/ci/tasks/test-integration-gocli.sh
Expand Down
4 changes: 4 additions & 0 deletions ci/tasks/test-integration.sh
Expand Up @@ -43,6 +43,10 @@ esac
source /etc/profile.d/chruby.sh
chruby $RUBY_VERSION

agent_path=bosh-src/go/src/github.com/cloudfoundry/
mkdir -p $agent_path
cp -r bosh-agent $agent_path

cd bosh-src/src

print_git_state
Expand Down
1 change: 1 addition & 0 deletions ci/tasks/test-integration.yml
Expand Up @@ -8,6 +8,7 @@ image_resource:

inputs:
- name: bosh-src
- name: bosh-agent

run:
path: bosh-src/ci/tasks/test-integration.sh
Expand Down
4 changes: 4 additions & 0 deletions ci/tasks/test-upgrade.sh
Expand Up @@ -46,6 +46,10 @@ chmod +x /usr/local/bin/gobosh
source /etc/profile.d/chruby.sh
chruby $RUBY_VERSION

agent_path=bosh-src/go/src/github.com/cloudfoundry/
mkdir -p $agent_path
cp -r bosh-agent $agent_path

cd bosh-src/src

print_git_state
Expand Down
1 change: 1 addition & 0 deletions ci/tasks/test-upgrade.yml
Expand Up @@ -9,6 +9,7 @@ image_resource:
inputs:
- name: bosh-src
- name: bosh-cli
- name: bosh-agent

run:
path: bosh-src/ci/tasks/test-upgrade.sh
Expand Down
1 change: 0 additions & 1 deletion src/go/src/github.com/cloudfoundry/bosh-agent
Submodule bosh-agent deleted from 0a7cfe

0 comments on commit 9d7334d

Please sign in to comment.