-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add Gauntlet++ Op Client and Op Requests into E2E Integration Tests #548
Conversation
This reverts commit 358cf94.
- gosec | ||
# TODO: re-add gpp op file once we integrate into workflows |
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.
can this todo be deleted?
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.
No it fails the linter because those ops are still not used in the workflow. That'll be in the next PR after this one is merged
Quality Gate failedFailed conditions |
…548) * gpp start * Initial G++ E2E Ops * Added logging * More gpp ops * Logging and OCR2 ops * Removed comments * Go mod * Refactor for Sonarqube * Adding G++ go env * Revert "Adding G++ go env" This reverts commit 4f5a001. * Adding GOPRIVATE Env to relayer * Revision changes * Trying to use GOPRIVATE with GHT * Testing GATI * Added OZ Account deploy and refactored to declare into deploy ops * Added secrest for GHA * Added permissions * Adding GOPRIVATE * Changed access token to output of gati * explicit gpp repo * wip * Adding explicit definition * Added GOENV * debug step * oath2 * new auth url * Revision to stable version * Fix dependencies * Fixed lint and other workflows * permissions * Added actions GATI * Reverted some stuff * Moved GATI action back into action * inputs typo * Sending GATI token into dockerfile * Echo debug * Moved it up to see if it runs * Bash syntax * lint changes * Lint and adding new token to workflow * Fix * Adding new command to pass workflow * Lint fix * Editted Makefile and workflow * Right path to makefile * Fixed file path for lint skip * Barebones command for env * Re-addedo org work flow * Pull from new chainlink-github-actions tag * commit hash bump for testing framework * bump * Removed unnec command * bump run-tests version * remove unused linter from common * re-added vender command * Using qa repo for github actions * ARG to ENV to fix sonarqube * Re-added github token as ARG * Refactored out setting github configs with gati token * fix indentation
…548) * gpp start * Initial G++ E2E Ops * Added logging * More gpp ops * Logging and OCR2 ops * Removed comments * Go mod * Refactor for Sonarqube * Adding G++ go env * Revert "Adding G++ go env" This reverts commit 358cf94. * Adding GOPRIVATE Env to relayer * Revision changes * Trying to use GOPRIVATE with GHT * Testing GATI * Added OZ Account deploy and refactored to declare into deploy ops * Added secrest for GHA * Added permissions * Adding GOPRIVATE * Changed access token to output of gati * explicit gpp repo * wip * Adding explicit definition * Added GOENV * debug step * oath2 * new auth url * Revision to stable version * Fix dependencies * Fixed lint and other workflows * permissions * Added actions GATI * Reverted some stuff * Moved GATI action back into action * inputs typo * Sending GATI token into dockerfile * Echo debug * Moved it up to see if it runs * Bash syntax * lint changes * Lint and adding new token to workflow * Fix * Adding new command to pass workflow * Lint fix * Editted Makefile and workflow * Right path to makefile * Fixed file path for lint skip * Barebones command for env * Re-addedo org work flow * Pull from new chainlink-github-actions tag * commit hash bump for testing framework * bump * Removed unnec command * bump run-tests version * remove unused linter from common * re-added vender command * Using qa repo for github actions * ARG to ENV to fix sonarqube * Re-added github token as ARG * Refactored out setting github configs with gati token * fix indentation
…548) * gpp start * Initial G++ E2E Ops * Added logging * More gpp ops * Logging and OCR2 ops * Removed comments * Go mod * Refactor for Sonarqube * Adding G++ go env * Revert "Adding G++ go env" This reverts commit 4f5a001. * Adding GOPRIVATE Env to relayer * Revision changes * Trying to use GOPRIVATE with GHT * Testing GATI * Added OZ Account deploy and refactored to declare into deploy ops * Added secrest for GHA * Added permissions * Adding GOPRIVATE * Changed access token to output of gati * explicit gpp repo * wip * Adding explicit definition * Added GOENV * debug step * oath2 * new auth url * Revision to stable version * Fix dependencies * Fixed lint and other workflows * permissions * Added actions GATI * Reverted some stuff * Moved GATI action back into action * inputs typo * Sending GATI token into dockerfile * Echo debug * Moved it up to see if it runs * Bash syntax * lint changes * Lint and adding new token to workflow * Fix * Adding new command to pass workflow * Lint fix * Editted Makefile and workflow * Right path to makefile * Fixed file path for lint skip * Barebones command for env * Re-addedo org work flow * Pull from new chainlink-github-actions tag * commit hash bump for testing framework * bump * Removed unnec command * bump run-tests version * remove unused linter from common * re-added vender command * Using qa repo for github actions * ARG to ENV to fix sonarqube * Re-added github token as ARG * Refactored out setting github configs with gati token * fix indentation
What
Ops are not yet integrated into E2E Test workflow. That will be captured in this ticket: https://smartcontract-it.atlassian.net/jira/software/c/projects/NONEVM/boards/357/backlog?selectedIssue=NONEVM-291
Why:
https://smartcontract-it.atlassian.net/browse/NONEVM-330