Skip to content
Snippets Groups Projects
Commit 9a3d5925 authored by Julien Leduc's avatar Julien Leduc
Browse files

env variables used:

DOCKER_LOGIN_USERNAME
DOCKER_LOGIN_PASSWORD
set in /etc/gitlab/gitlabregistry.txt managed by Puppet

This is needed because gitlabregistry does not implement search.
therefore, one needs to list images through gitlab curl API using JSON
Web Token.
This is needed for tests outside of CI, were one must deduce ctageneric
docker image tag from commit ID, the format is <pipeline ID>git<commit
ID> and while we have access to commit ID, we cannot guess pipeline ID.
The idea is then to run the tests with the highest pipeline ID and the
commit ID of HEAD.
parent 596cb08b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment