Fix docker image naming issue for CI#324
Conversation
|
@MorrisJobke, thanks for your PR! By analyzing the annotation information on this pull request, we identified @LukasReschke to be a potential reviewer |
Also can we move js tests after unit tests as well? |
|
the docker image is still called |
3f37d6b to
8685c70
Compare
I leave it as php7 and simply created a copy (to not break all open PRs). I also created the same images in the nextcloudci account on docker hub. Let's see if this works now. |
* wrongly named PHP7 - it is PHP 5.6 * moved integration tests at the very end
8685c70 to
9ac9f38
Compare
I would like to keep it there, as it only took 30 seconds to complete. The next version of drone will most likely support parallel execution of those steps. It will also have a proper UI to differentiate between the jobs. |
| - ./run.sh | ||
| jsunit: | ||
| image: morrisjobke/nextcloud-ci-jsunit:1.0.2 | ||
| image: nextcloudci/jsunit:1.0.6 |
There was a problem hiding this comment.
What is the reason to use explicit tags?
There was a problem hiding this comment.
To exactly know on which version it was run on. In this case I just "updated" to the latest version because I know it was build successfully. Otherwise the CI could have a "latest" version locally and doesn't fetch the actual "latest" version from docker hub.
There was a problem hiding this comment.
Better safe than sorry and debugging hours for just noticing, that different images are in use.
|
👍 |
|
LGTM |
Co-authored-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
cc @rullzer @LukasReschke @Mar1u5