Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

INT-8998: refactor compute service #638

Merged
merged 5 commits into from
Feb 7, 2024
Merged

INT-8998: refactor compute service #638

merged 5 commits into from
Feb 7, 2024

Conversation

gastonyelmini
Copy link
Contributor

No description provided.

@gastonyelmini gastonyelmini requested a review from a team as a code owner January 25, 2024 13:22
Copy link
Contributor

@Gonzalo-Avalos-Ribas Gonzalo-Avalos-Ribas left a comment

Choose a reason for hiding this comment

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

These are all nits

test(
STEP_COMPUTE_INSTANCE_SERVICE_ACCOUNT_RELATIONSHIPS,
async () => {
const stepTestConfig: StepTestConfig = {
Copy link
Contributor

Choose a reason for hiding this comment

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

Not for this pr but, you might want to extract this to a function in the long run

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_ADDRESSES, async () => {
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 .skip necessary? Can we add a comment why we are skipping?

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_FORWARDING_RULES, async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

This one is also skipped

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_GLOBAL_ADDRESSES, async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

This one as well

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_GLOBAL_FORWARDING_RULES, async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

One more

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_INSTANCES, async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

One more

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_LOADBALANCERS, async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

here aswell

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_REGION_TARGET_HTTPS_PROXIES, async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

One more .skip

if (recording) await recording.stop();
});

test.skip(STEP_COMPUTE_SSL_POLICIES, async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Here!

@gastonyelmini gastonyelmini merged commit 8e3442d into main Feb 7, 2024
7 of 8 checks passed
@gastonyelmini gastonyelmini deleted the INT-8998 branch February 7, 2024 16:33
@j1-internal-automation
Copy link
Collaborator

🚀 PR was released in v3.2.10 🚀

@j1-internal-automation j1-internal-automation added the released This issue/pull request has been released. label Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants