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

chore(publishing): upgrade artifact registry jar #185

Merged

Conversation

chris-h-phillips
Copy link
Contributor

Also widened the default timeout for polling for imports based on recent builds timing out. There is some intertwining of dependencies between what the GCS lib and the artifact registry are using so I had to upgrade both.

Also widened the default timeout for polling for imports based on recent builds timing out.
There is some intertwining of dependencies between what the GCS lib and the artifact registry are using so I had to upgrade both.
@@ -174,7 +174,7 @@ private Operation importDebToArtifactRegistry(BlobId blobId) throws GeneralSecur

Stopwatch timer = Stopwatch.createStarted();
while (!operationIsDone(operation) && !operationTimedOut(timer)) {
Thread.sleep(1000);
Thread.sleep(30000);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Part of me wants this to be smaller/configurable, but part of me is happy to reduce the log spam during publishing.

@dbyron-sf
Copy link
Contributor

Thank you @chris-h-phillips !!

@dbyron-sf dbyron-sf added the ready to merge ready to merge label Nov 18, 2022
@dbyron-sf dbyron-sf merged commit 0c8768e into spinnaker:master Nov 18, 2022
dbyron-sf added a commit to dbyron-sf/fiat that referenced this pull request Nov 18, 2022
dbyron-sf added a commit to dbyron-sf/fiat that referenced this pull request Nov 18, 2022
dbyron-sf added a commit to spinnaker/fiat that referenced this pull request Nov 18, 2022
* Revert "chore(build): set timeout for apt publishing to 10 minutes and add --stacktrace (#988)"

This reverts commit 7885764.

since spinnaker/spinnaker-gradle-project#185 has a fix

* Revert "chore(build): set timeout for apt publishing to 5 minutes (#987)"

This reverts commit 9ad1d22.

since spinnaker/spinnaker-gradle-project#185 has a fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge ready to merge
Projects
None yet
2 participants