Skip to content

Conversation

@JustinBeckwith
Copy link
Contributor

No description provided.

@JustinBeckwith JustinBeckwith requested review from a team and noerog as code owners August 18, 2021 17:09
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label Aug 18, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 18, 2021
@JustinBeckwith JustinBeckwith added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 18, 2021
process.env.GOOGLE_APPLICATION_CREDENTIALS,
'Must set GOOGLE_APPLICATION_CREDENTIALS environment variable!'
);
projectId = await storage.getProjectId();
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this storage.getProjectId() just because the Storage client is being used in this file? As opposed to google.auth.getProjectId().

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup, it calls the same underlying method. I used storage.getProjectId() because we already had a storage client, and it just exposes the underlying auth method. This method is available on all client libraries.

@bcoe
Copy link

bcoe commented Aug 20, 2021

@JustinBeckwith any reason we can't merge this? seems to have run the dicom test.

We're currently blocking on this test here.

@JustinBeckwith JustinBeckwith changed the title do not merge: poke dicom test build: enable cloud build for healthcare/dicom Aug 20, 2021
@JustinBeckwith JustinBeckwith removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Aug 20, 2021
@JustinBeckwith
Copy link
Contributor Author

@bcoe this PR shouldn't be blocking anything - I am guessing that's a result of Cloud Build not re-running the trigger after the branch transition. I am guessing that pushing to that other branch any change will kickstart the cloud build job. That having been said, we could totally merge this now with no side effects.

@JustinBeckwith JustinBeckwith merged commit 211da09 into main Aug 23, 2021
@JustinBeckwith JustinBeckwith deleted the dicom-poke branch August 23, 2021 21:02
noerog pushed a commit that referenced this pull request Sep 2, 2022
* do not merge: poke dicom test

* boop

* make tests more pliable

* huh?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants