Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat(scaletest): allow scaletests to run using the host credentials #7075

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

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

coadler
Copy link
Contributor

@coadler coadler commented Apr 11, 2023

No description provided.

@coadler coadler requested a review from deansheather April 11, 2023 00:36
@coadler coadler self-assigned this Apr 11, 2023
//nolint:gocritic // Provisionerd has specific authz rules.
logs, err := server.Database.InsertProvisionerJobLogs(dbauthz.AsProvisionerd(context.Background()), insertParams)

logs, err := server.Database.InsertProvisionerJobLogs(ctx, insertParams)
Copy link
Member

Choose a reason for hiding this comment

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

Why did this get changed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was looking through some other stuff at the same time. This is essentially a no-op so I just went ahead and removed it here.

@coadler coadler enabled auto-merge (squash) April 11, 2023 19:43
@coadler coadler merged commit a44070e into main Apr 11, 2023
@coadler coadler deleted the colin/scaletest-1-user branch April 11, 2023 19:49
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants