Release v0.3.1#667
Merged
Merged
Conversation
…orkers get_graph_store_info() reads get_resource_config() to build the readiness URI (added in #533), but the launched Vertex AI workers had no GIGL_RESOURCE_CONFIG_URI in their env, so they failed with "No resource config provided". Inject it via the compute pool's environment_variables, which launch_graph_store_job propagates to both compute and storage pools. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…test workers The test runner's resource config URI may be a local path that does not exist on the worker Docker image, so passing it directly to the workers via GIGL_RESOURCE_CONFIG_URI would not be readable. Instead, upload the in-memory resource config to the regional bucket (accessible to workers over GCS), pass that URI to the workers, and delete it in tearDown. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…w image names" This reverts commit e16e2ba.
Collaborator
|
/integration_test |
Contributor
Author
GiGL Automation@ 24:18:26UTC : 🔄 @ 01:35:38UTC : ✅ Workflow completed successfully. |
kmontemayor2-sc
approved these changes
Jun 4, 2026
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
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.
Release v0.3.1
This updates and releases GiGL version from
0.2.0to0.3.1.Info:
What's Next:
Please create a new release from the tag.
This PR was automatically created by the Create Release workflow.