-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove hello-tile submodule from acceptance tests
fix shellcheck issue
- Loading branch information
Showing
52 changed files
with
1,202 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
export CGO_ENABLED=0 | ||
|
||
export GITHUB_TOKEN | ||
GITHUB_TOKEN="$(gh auth token)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
[submodule "internal/acceptance/workflows/hello-tile"] | ||
path = internal/acceptance/workflows/hello-tile | ||
url = git@github.com:crhntr/hello-tile | ||
[submodule "internal/commands/testdata/test_tile/hello-tile"] | ||
path = internal/commands/testdata/test_tile/hello-tile | ||
url = git@github.com:crhntr/hello-tile.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
run: | ||
timeout: 10m | ||
timeout: 10m | ||
build-tags: | ||
- acceptance |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
Feature: As a developer, I want to bake a tile | ||
Scenario: it fetches components and bakes a tile | ||
Given I have a "hello-tile" repository checked out at v0.1.7 | ||
Given I have a tile source directory "testdata/tiles/v2" | ||
And the repository has no fetched releases | ||
When I invoke kiln | ||
| bake | | ||
| --version=0.1.7 | | ||
| --variable=github_token="${GITHUB_TOKEN}" | | ||
Then a Tile is created | ||
And the Tile contains | ||
| metadata/metadata.yml | | ||
| migrations/v1 | | ||
| releases/bpm-1.1.18.tgz | | ||
| releases/hello-release-0.1.5.tgz | | ||
| releases/bpm-1.2.12.tgz | | ||
| releases/hello-release-0.2.3.tgz | |
46 changes: 32 additions & 14 deletions
46
internal/acceptance/workflows/generating_release_notes.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
Feature: As a maintainer, I want to pin all BOSH Releases | ||
Scenario: Kilnfile releases are floating | ||
Given I have a "hello-tile" repository checked out at v0.1.1 | ||
Given I have a tile source directory "testdata/tiles/v2" | ||
When I invoke kiln | ||
| glaze | | ||
Then the Kilnfile version for release "hello-release" is "v0.1.3" | ||
And the Kilnfile version for release "bpm" is "1.1.18" | ||
And the Kilnfile version for the stemcell is "621.0" | ||
Then the Kilnfile version for release "hello-release" is "0.2.3" | ||
And the Kilnfile version for release "bpm" is "1.2.12" | ||
And the Kilnfile version for the stemcell is "1.329" | ||
|
||
|
Submodule hello-tile
deleted from
11847a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.