Skip to content

Parse application id as an int before comparing while fetching checks#5232

Merged
matt-boris merged 3 commits intotaskcluster:mainfrom
Eijebong:parseint-appid
Mar 1, 2022
Merged

Parse application id as an int before comparing while fetching checks#5232
matt-boris merged 3 commits intotaskcluster:mainfrom
Eijebong:parseint-appid

Conversation

@Eijebong
Copy link
Copy Markdown
Contributor

Turns out the helm configuration wants a string for
github.application_id and the checks API returns an int. This wasn't
caught because the config file doesn't enforce the type of
credentials.appId and I did my testing with an int, not a string

@Eijebong Eijebong requested a review from a team as a code owner February 28, 2022 16:07
@Eijebong Eijebong requested review from lotas and petemoore and removed request for a team February 28, 2022 16:07
Turns out the helm configuration wants a string for
`github.application_id` and the checks API returns an int. This wasn't
caught because the config file doesn't enforce the type of
`credentials.appId` and I did my testing with an int, not a string
@matt-boris matt-boris enabled auto-merge March 1, 2022 20:38
@matt-boris matt-boris merged commit 0da5df6 into taskcluster:main Mar 1, 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.

3 participants