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

Adds test lab triggers to firebase deploy #5011

Merged
merged 4 commits into from Sep 30, 2022
Merged

Conversation

colerogers
Copy link
Contributor

@colerogers colerogers commented Sep 23, 2022

Adds v2 test lab triggers to firebase deploy

endpoint.eventTrigger.region = "global";
}
if (endpoint.eventTrigger.region !== "global") {
throw new FirebaseError("A test lab trigger must specify 'global' trigger location");
Copy link
Contributor

Choose a reason for hiding this comment

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

nit* Does Test Lab team have a product name preference? e.g. test lab vs testlab vs TestLab vs Test Lab?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

All sites/docs/team pages show Test Lab, but in the CLI we tend to keep everything lowercase. I'll change for this service and maybe we can revisit the other implemented services later

Copy link
Contributor

@TheIronDev TheIronDev left a comment

Choose a reason for hiding this comment

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

LGTM

@colerogers colerogers enabled auto-merge (squash) September 30, 2022 18:29
@colerogers colerogers merged commit 3b48be0 into master Sep 30, 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

3 participants