-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(config): support generic backend provider
Custom AWS instance profile is not available anymore. Any backend profile must come from a slab.toml file in repository that uses the action. Now only the name of the provider and the name of the profile is needed.
- Loading branch information
Showing
8 changed files
with
96 additions
and
317 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
# This profile is dedicated to test action behavior by replicating | ||
#profiles that can be found on repository using this workflow. | ||
[profile.ci-test] | ||
# profiles that can be found on repository using this workflow. | ||
[backend.aws.ci-test] | ||
region = "eu-west-3" | ||
image_id = "ami-01d21b7be69801c2f" # Ubuntu 22.04 | ||
instance_type = "t3.2xlarge" | ||
|
||
[command.placeholder] | ||
workflow = "no-workflow.yml" | ||
profile = "ci-test" | ||
check_run_name = "Placeholder command to test slab action" | ||
[profile] | ||
[command] |
Oops, something went wrong.