Skip to content
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

feat: introduce testnet-id parameter #10

Merged
merged 2 commits into from
Aug 9, 2022

Conversation

jacderida
Copy link
Contributor

  • 471f976 fix: reintroduce workspace selection

    As explained in the comment, the change of workspace is necessary for the deletion of the workspace
    that was created for this particular run.

  • 00479d2 feat: introduce testnet-id parameter

    Give control of the testnet ID to the caller of the action.

    This means the caller can retrieve debugging information from S3 based on the name of the testnet
    ID, which they have control over, and so information doesn't need to be passed out of the custom
    action.

    This removes the need for copying debugging information to the system-wide location, which was not
    very useful anyway, because it's only accessible within the same job, which isn't very useful.

As explained in the comment, the change of workspace is necessary for the deletion of the workspace
that was created for this particular run.
Give control of the testnet ID to the caller of the action.

This means the caller can retrieve debugging information from S3 based on the name of the testnet
ID, which they have control over, and so information doesn't need to be passed out of the custom
action.

This removes the need for copying debugging information to the system-wide location, which was not
very useful anyway, because it's only accessible within the same job, which isn't very useful.
@joshuef joshuef merged commit 474f44b into maidsafe:main Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants