-
Notifications
You must be signed in to change notification settings - Fork 212
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
Re-enabled integration tests #3306
base: main
Are you sure you want to change the base?
Re-enabled integration tests #3306
Conversation
52847e3
to
570d37e
Compare
@@ -93,124 +93,39 @@ jobs: | |||
uses: getporter/porter/.github/workflows/integ-reuseable-workflow.yml@main | |||
with: | |||
test_name: telemetry_test | |||
# Reusable workflows only supports 20 jobs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this no longer the case? It is listed as a limitation on the GitHub documentation page
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a quick search and could not find it mentioned, so thought I'd give it a go as a test. It seems to work and run them all! Do you have a link handy for the documentation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry forgot to add the link, it is written here, https://docs.github.com/en/actions/sharing-automations/reusing-workflows#limitations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's saying you can call 20 different re-usable workflows, not the same workflow more than twenty times. It definitely seems to be running all of them correctly.
Signed-off-by: David Gannon <[email protected]>
Signed-off-by: David Gannon <[email protected]>
ddcd76f
to
add344d
Compare
Signed-off-by: David Gannon <[email protected]>
What does this change
Adds back more of the integration tests into the pipeline (they were already running locally)
What issue does it fix
Closes #3300