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

Remove "optional: true" from inputs of publish service artifacts reusable workflow #110

Merged
merged 1 commit into from
May 14, 2023

Conversation

ulucinar
Copy link
Contributor

@ulucinar ulucinar commented May 12, 2023

Description of your changes

Relevant PR: crossplane-contrib/provider-upjet-gcp#302

The PR fixes an issue with the Publish Service Artifacts Github workflow, where an invalid optional: true field exists in the concurrency input.

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Please see crossplane-contrib/provider-upjet-gcp#302 and https://github.com/upbound/provider-gcp/actions/runs/4963402570.

@ulucinar ulucinar force-pushed the fix-ssop branch 8 times, most recently from 6c1d052 to e7cf372 Compare May 12, 2023 22:11
@ulucinar ulucinar changed the title Remove "optional: true" from inputs.concurrency in publish service artifacts Remove "optional: true" from inputs of publish service artifacts May 12, 2023
@ulucinar ulucinar changed the title Remove "optional: true" from inputs of publish service artifacts Remove "optional: true" from inputs of publish service artifacts reusable workflow May 12, 2023
@@ -42,7 +42,7 @@ env:

jobs:
index:
runs-on: [e2-standard-8, linux]
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To be reverted back before being merged. Had to replace the runners to be able to test.

@ulucinar
Copy link
Contributor Author

We are observing the following error but my understanding is this is because the test PR calls the reusable workflow from a different organization. Thus my expectation is this will go away when the provider-gcp PR starts calling the reusable workflow from under the upbound Github organization:
image

@ulucinar ulucinar merged commit 62ed35c into upbound:main May 14, 2023
@ulucinar ulucinar deleted the fix-ssop branch May 14, 2023 16:03
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.

2 participants