Closed style95 closed 8 months ago
hm.. the CI tests do not run for this branch.
hm.. the CI tests do not run for this branch.
Yeah. We forgot about the release branch in the main openwhisk repo when we ported to GitHub Actions. All of our workflow files have stanzas like this: https://github.com/apache/openwhisk/blob/5d0ce630da84e28b4c437cbe319a2cc2b96928a3/.github/workflows/4-standalone.yaml#L24
We'll need to do a PR to the main branch to add the release branch to all of the workflow files.
Going to close and reopen to see if that will trigger CI now that #5474 is merged.
You might have to rebase 2.0.0 and/or the PR branch on main to cause it to "see" the change to the workflow files.
I cherry-picked #5474 into the 2.0.0 branch. Tests running now.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 4.52%. Comparing base (
5d0ce63
) to head (367749d
). Report is 1 commits behind head on 2.0.0.:exclamation: Current head 367749d differs from pull request most recent head fd6dc66. Consider uploading reports for the commit fd6dc66 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dgrove-oss Thank you! I will take a look at failed tests.
It seems the CI tests require images with the 2.0.0 tag.
TASK [apigateway : (re)start apigateway] ***************************************
Friday 22 March 2024 01:16:18 +0000 (0:00:00.904) 0:00:06.533 **********
fatal: [172.17.0.1]: FAILED! => {"changed": false, "msg": "Error pulling image openwhisk/apigateway:2.0.0 - 404 Client Error: Not Found (\"manifest for openwhisk/apigateway:2.0.0 not found: manifest unknown: manifest unknown\")"}
I would trigger this job: https://ci-builds.apache.org/job/OpenWhisk/job/OpenWhisk-DockerHub-ReleaseBranch/
ok that image is not built by the job. I've just changed the api-gateway tag to 1.0.0.
It's now ready to merge.
Description
This is to fix the runtime tag in the 2.0.0 branch. The base branch to merge this change into is the
2.0.0
branch.Related issue and scope
My changes affect the following components
Types of changes
Checklist: