Skip to content

Conversation

@AngeloDanducci
Copy link
Contributor

@AngeloDanducci AngeloDanducci commented Sep 22, 2020

Opening this PR to get the discussion rolling. Master builds of have been completing with a status of errored due to:

  • What went wrong:
    Project 'pythonActionLoop' is ambiguous in project ':core'. Candidates are: 'python2ActionLoop', 'python3ActionLoop'.

The error stems from the ${RUNTIME} argument in the gradle command in the publish.sh script being ambiguous.
https://github.com/apache/openwhisk-runtime-python/blob/master/tools/travis/publish.sh#L49
https://github.com/apache/openwhisk-runtime-python/blob/master/tools/travis/publish.sh#L58

I assume this should be python3ActionLoop and not 2 given Python 2's end of life and also the runtime version looking for 3-x in the rest of the arguments.

@AngeloDanducci AngeloDanducci marked this pull request as ready for review September 22, 2020 18:19
@AngeloDanducci AngeloDanducci changed the title Ambiguous name changed to python3ActionLoop Ambiguous project name changed to python3ActionLoop Sep 22, 2020
@rabbah rabbah merged commit 8a610a3 into apache:master Sep 22, 2020
@rabbah
Copy link
Member

rabbah commented Sep 22, 2020

Thanks for the fix and the nudge in slack.

@AngeloDanducci AngeloDanducci deleted the ambiguous-project-fix branch September 23, 2020 05:32
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