-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
test json diff workflow #14806
Merged
Merged
test json diff workflow #14806
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
⏱️ 16h 55m total CI duration on this PR
|
yuunlimm
force-pushed
the
yuunlimm/json-diff-indexer
branch
29 times, most recently
from
October 2, 2024 03:23
dd98903
to
f645c1c
Compare
yuunlimm
force-pushed
the
yuunlimm/json-diff-indexer
branch
from
October 8, 2024 04:49
a3094e3
to
b3a85bd
Compare
yuunlimm
force-pushed
the
yuunlimm/json-diff-indexer
branch
from
October 8, 2024 05:05
b3a85bd
to
4980b1b
Compare
yuunlimm
force-pushed
the
yuunlimm/json-diff-indexer
branch
2 times, most recently
from
October 8, 2024 06:22
ac3153e
to
1b668fb
Compare
yuunlimm
force-pushed
the
yuunlimm/json-diff-indexer
branch
from
October 8, 2024 06:33
1b668fb
to
0bc93b4
Compare
yuunlimm
added
the
CICD:build-images
when this label is present github actions will start build+push rust images from the PR.
label
Oct 8, 2024
larry-aptos
approved these changes
Oct 8, 2024
larry-aptos
reviewed
Oct 8, 2024
# TODO: improve this step to be easily maintainable and extensible | ||
# Prepare Original and New JSON Files | ||
- name: Prepare and Clean JSON Files | ||
run: | |
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.
i feel we can use python: managing or ignoring some fields are easier.
larry-aptos
reviewed
Oct 8, 2024
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.
approve to unblock; leaving some comments to follow up.
rtso
reviewed
Oct 8, 2024
rtso
reviewed
Oct 8, 2024
rtso
reviewed
Oct 8, 2024
yuunlimm
force-pushed
the
yuunlimm/json-diff-indexer
branch
from
October 8, 2024 18:37
1449fd0
to
0ffb969
Compare
rtso
approved these changes
Oct 8, 2024
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
✅ Forge suite
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CICD:build-images
when this label is present github actions will start build+push rust images from the PR.
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.
Description
This is a new workflow that will trigger a processor integration test when it's needed.
ecosystem/indexer-grpc/indexer-test-transactions/json_transactions
How Has This Been Tested?
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist