-
Notifications
You must be signed in to change notification settings - Fork 114
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
Update github CI #1888
Merged
Merged
Update github CI #1888
Conversation
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
Should we disable GCB CI after this PR? |
tiziano88
approved these changes
Feb 22, 2021
Update github CI Update github CI Update github CI Generate Android Docker image from scripts Update permissions Delete Android Docker from scripts Update Android Docker tag Add permissions Remove tag Format Return Docker build Return Docker build Return builds
ipetr0v
force-pushed
the
update_github_ci
branch
from
February 23, 2021 12:07
1baf415
to
c01b4cc
Compare
ipetr0v
commented
Feb 23, 2021
scripts/git_check_diff
Outdated
@@ -4,5 +4,8 @@ readonly SCRIPTS_DIR="$(dirname "$0")" | |||
# shellcheck source=scripts/common | |||
source "$SCRIPTS_DIR/common" | |||
|
|||
echo TEST > ./examples/translator/proto/translator.pb.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checked that the CI fails if any auto-generated file does not match
Reproducibility Index:
Reproducibility Index diff: diff --git a/reproducibility_index b/reproducibility_index
index 4b3015e..276353e 100644
--- a/reproducibility_index
+++ b/reproducibility_index
@@ -12,4 +12,4 @@ abf0475fe00c584096f16fd340dd822c1d6879b54adc912406902e7b0b035a43 ./examples/pri
c6a2919c06a536170d225e9bba5c9be97eaa5e800f57f62405972ed138064639 ./examples/proxy_attestation/bin/proxy_attestation_example.wasm
18c03f19c64a0e487e0a118743a0a2e1df16a87e41cd8530a523da4027a90bef ./examples/translator/bin/translator.wasm
424eb245c92b2afc48a2027aceb274525be765048ab38d759900db47fa037a11 ./examples/trusted_database/bin/trusted_database.wasm
-882b5a4172ea835a258ddf5738c98a04b376fbc31d67053a5e8f65e5bd7324f3 ./oak_loader/bin/oak_loader
+cb9e5dd25ec5f9d440dbcede2c361ffacfa98090bf92d4610ed6d5fd0bd50fb8 ./oak_loader/bin/oak_loader
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This change updates github CI actions to match Google Cloud Build.
Required for #1819 in order to disable GCB CI and completely move to github CI.