Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

New CI image #6223

Merged
merged 19 commits into from
Jun 10, 2020
Merged
Changes from 11 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
237d83f
fix (ci): hotfix Docker release
TriplEight May 11, 2020
5682836
Merge branch 'master' of github.com:paritytech/substrate
TriplEight May 11, 2020
38fa585
Merge branch 'master' of github.com:paritytech/substrate
TriplEight May 15, 2020
af4ee4b
Merge branch 'master' of github.com:paritytech/substrate
TriplEight May 15, 2020
bec6eba
Merge branch 'master' of github.com:paritytech/substrate
TriplEight May 16, 2020
9247a3f
Merge branch 'master' of github.com:paritytech/substrate
TriplEight May 27, 2020
b9d7f01
Merge branch 'master' of github.com:paritytech/substrate
TriplEight May 27, 2020
d0ab2b4
Merge branch 'master' of github.com:paritytech/substrate
TriplEight Jun 2, 2020
72cdab2
Merge branch 'master' of github.com:paritytech/substrate
TriplEight Jun 2, 2020
6cdfac2
change (ci): moving to the tested CI image with a proper name
TriplEight Jun 2, 2020
e7d0061
change (ci): rename substrate-ci-linux
TriplEight Jun 8, 2020
cb53738
Merge remote-tracking branch 'origin/master' into new_ci_image
bkchr Jun 9, 2020
1567ea5
Merge branch 'master' of github.com:paritytech/substrate
TriplEight Jun 10, 2020
6ca42a7
Merge branch 'master' into new_ci_image
TriplEight Jun 10, 2020
15938a2
Reduce the lots_of_incoming_peers_works test load (#6314)
tomaka Jun 10, 2020
e815975
change (ci): moving to the tested CI image with a proper name
TriplEight Jun 2, 2020
6ce2c9b
change (ci): rename substrate-ci-linux
TriplEight Jun 8, 2020
c7421d8
Reduce the lots_of_incoming_peers_works test load (#6314)
tomaka Jun 10, 2020
0264067
Merge branch 'new_ci_image' of github.com:paritytech/substrate into n…
TriplEight Jun 10, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ default:
name: parity-build

.docker-env: &docker-env
image: parity/rust-builder:latest
image: paritytech/ci-linux:production
before_script:
- rustup show
- cargo --version
Expand Down