-
Notifications
You must be signed in to change notification settings - Fork 8
GridClient Nightly ZOS3 Lite Mycelium test and update #4047
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
GridClient Nightly ZOS3 Lite Mycelium test and update #4047
Conversation
where is the add domain test ? |
run: | | ||
yarn run ts-node --project packages/grid_client/tsconfig-node.json packages/grid_client/scripts/multiple_vms.ts | ||
- name: Run test multiple vms |
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.
- name: Run test multiple vms | |
- name: Run test multiple ZOS3 lite vms |
|
||
const gatewayOptions: FilterOptions = { | ||
gateway: true, | ||
availableFor: grid3.twinId, |
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.
we should add myceluim to the features
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.
ok will add it
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.
please use radnomstrings as it is failing in workflow https://github.com/threefoldtech/tfgrid-sdk-ts/actions/runs/14599855602/job/40955060838
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.
we already have generate random string funciton here
function generateString(from: string, length: number): string { |
}; | ||
|
||
const gw: GatewayNameModel = { | ||
name: "test", |
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.
https://github.com/threefoldtech/tfgrid-sdk-ts/actions/runs/14704622210/job/41261792643 please use generate random string
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.
all good now thank you
the tests are falling on qa test and main net as the files are not patched there yet can we handle that if necessary ? https://github.com/threefoldtech/tfgrid-sdk-ts/actions/runs/14832340989
@0oM4R will check it now |
@0oM4R checked it is failing on the other networks because it is not released yet |
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.
workflow should pass whenever this reached other networks
GridClient Nightly Replace ZOS4 VM script with ZOS3 Lite Mycelium test and update the workflow
#3927
Description
Describe the changes introduced by this PR and what does it affect
Changes
List of changes this PR includes
Related Issues
List of related issues
Tested Scenarios
A list of scenarios tried to match the deliverables
Documentation PR
For UI changes, Please provide the Documentation PR on info_grid
To consider
Preliminary Checks:
UI Checks:
Code Quality Checks:
Testing Checklist
General Checklist