Skip to content
Snippets Groups Projects
Commit 2d830848 authored by Kamil Trzciński's avatar Kamil Trzciński
Browse files

Merge branch 'ci-test' into 'master'

Randomize test database

/cc @vsizov 

See merge request !219
parents dc51460c f9412b38
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,7 @@ v7.14.0 (unreleased)
- Truncate commit messages after subject line in table
- Adjust CI config to support Docker executors
- Added Application Settings
- Randomize test database for CI tests
 
v7.13.1
- Fix: user could steal specific runner
Loading
Loading
Loading
Loading
@@ -18,4 +18,5 @@ else
cp config/database.yml.mysql config/database.yml
sed -i "s/username\:.*$/username\: runner/" config/database.yml
sed -i "s/password\:.*$/password\: 'password'/" config/database.yml
sed -i "s/gitlab_ci_test/gitlab_ci_test_$((RANDOM/5000))/" config/database.yml
fi
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