-
Notifications
You must be signed in to change notification settings - Fork 107
Convert Makefile to magefile.go #4912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
be8740c
Replace Makefile with magefile.go
michel-laterman 198c763
Add verbosity flag to ci step
michel-laterman f4b36bf
Merge branch 'main' into magefile
michel-laterman 1dbb65a
Update NOTICE-FIPS.txt
michel-laterman d31fa31
Add go mod tidy into check:noChanges
michel-laterman 0855116
Remove FIPS e2e tests
michel-laterman 83543ac
use combinde output for check:noChanges
michel-laterman ee1fa51
Add more logging
michel-laterman c5b26d6
buildkite mage installation uses go.mod version
michel-laterman a1ea797
Output mage version
michel-laterman 222a27a
Fix docker:binary,release,cover targets
michel-laterman 1127eaa
Output git diff on success and failure
michel-laterman 5049138
output git diff
michel-laterman 9092013
check:notice serial builds
michel-laterman 141b7ec
download all -> download
michel-laterman 50fdc98
Fix notice files
michel-laterman d7a4035
Add details for failed step outputs
michel-laterman 0b39ad2
Pass environ to more mage targets
michel-laterman fb8a612
Fix linter issue
michel-laterman 9621851
Fix e2e tests
michel-laterman 9002018
Fix fips140=only test step
michel-laterman cdf50df
Cleanup
michel-laterman 678a688
include api key id
michel-laterman 5daa166
Add DOCKER_REGISTRY to steps
michel-laterman 87313d1
Fix cloude2e
michel-laterman 22759cd
Change cloude2e script to call dependecies explicitly, use docker:cov…
michel-laterman fc39301
Specify docker image name
michel-laterman d4958ff
Attempt to fix variable passing to terraform
michel-laterman 3985f26
Fix var passing
michel-laterman b9b462d
Fix cloude2e, make certs
michel-laterman 254724b
fix e2e cert gen
michel-laterman 75f800e
Merge branch 'main' into magefile
michel-laterman eaae711
Fix cloud cleanup
michel-laterman 54d7790
Smaller cloude2e deployments, fix cleanup logging
michel-laterman 86cc01c
Fix terraform
michel-laterman beffaa4
Fix cloude2e runner error
michel-laterman 183e42f
Fix zip artifact generation
michel-laterman d508944
Add default and aliases to magefile, add check:imports target
michel-laterman 0b61c87
Use custom user to build artifacts in docker
michel-laterman 8676e99
Fix FIPS image creation
michel-laterman 34469d4
Merge branch 'main' into magefile
michel-laterman 52da2f8
Update NOTICE-FIPS.txt
michel-laterman 57e53d9
Merge branch 'main' into magefile
michel-laterman f86a6da
Fix notice fips
michel-laterman b80e17a
Use output for git diff
michel-laterman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| #!/bin/bash | ||
|
|
||
| set -euo pipefail | ||
|
|
||
| source .buildkite/scripts/common.sh | ||
|
|
||
| add_bin_path | ||
|
|
||
| with_go | ||
|
|
||
| with_mage | ||
|
|
||
| mage check:ci |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -11,4 +11,6 @@ else | |
| with_go | ||
| fi | ||
|
|
||
| make local | ||
| with_mage | ||
|
|
||
| mage build:local | ||
This file contains hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.