-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
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. |
jsunit: | ||
image: morrisjobke/nextcloud-ci-jsunit:1.0.2 | ||
image: nextcloudci/jsunit:1.0.6 |
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.
What is the reason to use explicit tags?
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.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better safe than sorry and debugging hours for just noticing, that different images are in use.
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.
fair enough
👍 |
LGTM |
cc @rullzer @LukasReschke @Mar1u5