Skip to content

Commit

Permalink
remove go 1.8 ci jobs
Browse files Browse the repository at this point in the history
Go 1.8 was only kept around for Trusty stemcells and we are no longer
making those.

Co-authored-by: Christopher Brown <[email protected]>
  • Loading branch information
luan and Christopher Brown committed Nov 28, 2018
1 parent 4bcbf25 commit 4dfbc7b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 124 deletions.
10 changes: 8 additions & 2 deletions ci/configure.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
#!/usr/bin/env bash

absolute_path() {
(cd "$1" && pwd)
}

scripts_path=$(absolute_path "$(dirname "$0")")

fly -t production set-pipeline \
-p bosh-agent \
-c pipeline.yml \
--load-vars-from <(lpass show -G "bosh-agent concourse secrets" --notes)
-c $scripts_path/pipeline.yml \
--load-vars-from <(lpass show -G "bosh-agent concourse secrets" --notes)
33 changes: 0 additions & 33 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ groups:
jobs:
- test-unit
- test-integration
- test-unit-go-1.8
- test-integration-go-1.8
- windows-test-unit
- windows-test-integration-1803
- windows-test-integration-1709
Expand Down Expand Up @@ -56,31 +54,6 @@ jobs:
BOSH_LITE_SECURITY_GROUP: ((BOSH_LITE_SECURITY_GROUP))
BOSH_LITE_PRIVATE_KEY: ((BOSH_LITE_PRIVATE_KEY))

- name: test-unit-go-1.8
public: true
plan:
- get: bosh-agent
trigger: true
- task: test-unit-go-1.8
file: bosh-agent/ci/tasks/test-unit-go-1.8.yml

- name: test-integration-go-1.8
public: false
plan:
- get: bosh-agent
trigger: true
- task: test-integration-go-1.8
privileged: true
file: bosh-agent/ci/tasks/test-integration-go-1.8.yml
params:
BOSH_AWS_ACCESS_KEY_ID: ((BOSH_AWS_ACCESS_KEY_ID))
BOSH_AWS_SECRET_ACCESS_KEY: ((BOSH_AWS_SECRET_ACCESS_KEY))
BOSH_LITE_KEYPAIR: ((BOSH_LITE_KEYPAIR))
BOSH_LITE_SUBNET_ID: ((BOSH_LITE_SUBNET_ID))
BOSH_LITE_NAME: ((BOSH_LITE_NAME))
BOSH_LITE_SECURITY_GROUP: ((BOSH_LITE_SECURITY_GROUP))
BOSH_LITE_PRIVATE_KEY: ((BOSH_LITE_PRIVATE_KEY))

- name: windows-test-unit
serial: true
plan:
Expand Down Expand Up @@ -159,8 +132,6 @@ jobs:
- aggregate:
- trigger: true
passed:
- test-unit-go-1.8
- test-integration-go-1.8
- test-unit
- test-integration
- windows-test-unit
Expand All @@ -185,10 +156,6 @@ jobs:
tag: version-semver/number
tag_prefix: v
- aggregate:
- task: build-linux-go-1.8
file: bosh-agent/ci/tasks/build-linux-go-1.8.yml
- task: build-linux-ppc64le-go-1.8
file: bosh-agent/ci/tasks/build-linux-ppc64le-go-1.8.yml
- task: build-windows
file: bosh-agent/ci/tasks/build-windows.yml
- task: build-linux
Expand Down
25 changes: 0 additions & 25 deletions ci/tasks/build-linux-go-1.8.yml

This file was deleted.

25 changes: 0 additions & 25 deletions ci/tasks/build-linux-ppc64le-go-1.8.yml

This file was deleted.

24 changes: 0 additions & 24 deletions ci/tasks/test-integration-go-1.8.yml

This file was deleted.

15 changes: 0 additions & 15 deletions ci/tasks/test-unit-go-1.8.yml

This file was deleted.

0 comments on commit 4dfbc7b

Please sign in to comment.