-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cloud: Remove the notion of dataset/base version
Fixes: #483
- Loading branch information
Showing
4 changed files
with
16 additions
and
39 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 |
---|---|---|
|
@@ -62,7 +62,7 @@ jobs: | |
- name: Deploy to Staging and Test | ||
run: | | ||
declare -a args=( | ||
kernelci-staging "" 1 | ||
kernelci-staging "" | ||
--smtp-mocked | ||
) | ||
./cloud deploy "${args[@]}" -v | ||
|
@@ -121,15 +121,15 @@ jobs: | |
- name: Deploy Playground | ||
run: | | ||
declare -a args=( | ||
kernelci-production "playground" 1 | ||
kernelci-production "playground" | ||
--smtp-mocked | ||
--optimize=2 | ||
) | ||
./cloud deploy "${args[@]}" -v | ||
- name: Deploy Production | ||
run: | | ||
declare -a args=( | ||
kernelci-production "" 1 | ||
kernelci-production "" | ||
[email protected] | ||
) | ||
./cloud deploy "${args[@]}" -v |
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