fix: use compatible syncpack configuration#926
fix: use compatible syncpack configuration#926JamieMason wants to merge 2 commits intogoogleapis:mainfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
The syncpack errors are genuine according to the current configuration, which is asking that dependencies be on the same MAJOR.MINOR but any PATCH:
Others like I don't have enough knowledge about what policies you would want to use to be able to help much further, sorry. There is a getting started guide at https://syncpack.dev/ and docs on the different policies available at https://syncpack.dev/version-groups/. |
|
/gcbrun |
- latest version of nock was breaking gaxios, so had to pin it - had to update version of go for showcase tests - syncpack tests are failing; will address in another PR (#926) - had to change how we upload our gcp-metadata function since gcx was not passing a parameter to pass org constraints correctly - had to correctly install gcloud in our test runner to accommodate the new version of gcp-metadata test (instead of using gcx). installing gcloud stalled out our tests, so i removed kaniko to actually finish the installation and have it accessible for our tests - in all of this investigation of the failing tests, I found a bug that our cloudbuild triggers don't actually correspond to the right .yaml file. fixed it in here as well
|
Hi @JamieMason, thanks for helping with this! I was playing around with syncpack more, and I think we're going to stop using it for a few reasons:
Anyways thanks for your help, I appreciate it! |
|
No problem at all, thanks for feeding back @sofisl |
Deleting syncpack because of #923 and #926 (comment)
Deleting syncpack because of #923 and googleapis/google-cloud-node-core#926 (comment)
Fixes #923
.github/workflows/syncpack.yamlto use the same major version as package.json"sameMinorNew": trueconfig (does not exist in syncpack)The below line of
.github/workflows/syncpack.yamlinstalled the latest major version unconstrained, and a major semver breaking change update had been released since the time of writing.google-cloud-node-core/.github/workflows/syncpack.yaml
Line 18 in 7feb4c8
I hope this helps, thanks for trying syncpack.
/cc @sofisl