-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Justfile: Use local policy engine in e2e-fixtures-capture-only
Dropping the production suffix. I don't really care where the fixture data comes from, but get-graph-pe-staging and get-graph-pe-production will only be serving a single graph-data commit at once. Using get-graph-pe instead will make it easier for folks to use this Justfile to get graph dumps based on arbitrary graph-data commits which they have fed into their local graph builder to be consumed by their local policy engine. With this change, generating new fixtures should work like: $ echo "${GRAPH_DATA_COMMIT_HASH}" >e2e/tests/testdata/metadata_revision $ just run-graph-builder-e2e & $ just just run-policy-engine & $ just e2e-fixtures-capture-only $ killall just Also rename our current fixtures to match the new, suffix-less pattern, and update the e2e suite to no longer require the suffix.
- Loading branch information
Showing
6 changed files
with
3 additions
and
6 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.