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

Commit ff0a322

Browse files
author
parity-processbot
committed
Merge remote-tracking branch 'origin/master' into mku-refactor-substrate-test-runtime
2 parents 1a7325e + 44130d5 commit ff0a322

File tree

49 files changed

+4167
-5450
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+4167
-5450
lines changed

.gitlab-ci.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ stages:
3333
- test
3434
- build
3535
- publish
36+
- notify
3637
- zombienet
3738
- deploy
38-
- notify
3939

4040
workflow:
4141
rules:
@@ -46,15 +46,19 @@ variables:
4646
GIT_STRATEGY: fetch
4747
GIT_DEPTH: 100
4848
CARGO_INCREMENTAL: 0
49-
DOCKER_OS: "debian:stretch"
49+
DOCKER_OS: "debian:bullseye"
5050
ARCH: "x86_64"
5151
CI_IMAGE: "paritytech/ci-linux:production"
5252
BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29"
5353
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
5454
RELENG_SCRIPTS_BRANCH: "master"
55+
5556
RUSTY_CACHIER_SINGLE_BRANCH: master
5657
RUSTY_CACHIER_DONT_OPERATE_ON_MAIN_BRANCH: "true"
58+
RUSTY_CACHIER_MINIO_ALIAS: rustycachier_gcs
59+
RUSTY_CACHIER_MINIO_BUCKET: parity-build-rusty-cachier
5760
RUSTY_CACHIER_COMPRESSION_METHOD: zstd
61+
5862
NEXTEST_FAILURE_OUTPUT: immediate-final
5963
NEXTEST_SUCCESS_OUTPUT: final
6064
ZOMBIENET_IMAGE: "docker.io/paritytech/zombienet:v1.3.43"
@@ -141,7 +145,7 @@ default:
141145
after_script:
142146
- !reference [.rusty-cachier, after_script]
143147
tags:
144-
- linux-docker
148+
- linux-docker-vm-c2
145149

146150
# rusty-cachier's hidden job. Parts of this job are used to instrument the pipeline's other real jobs with rusty-cachier
147151
# Description of the commands is available here - https://gitlab.parity.io/parity/infrastructure/ci_cd/rusty-cachier/client#description
@@ -247,6 +251,18 @@ default:
247251

248252
#### stage: .pre
249253

254+
check-crates-publishing-pipeline:
255+
stage: .pre
256+
extends:
257+
- .kubernetes-env
258+
- .crates-publishing-pipeline
259+
script:
260+
- git clone
261+
--depth 1
262+
--branch "$RELENG_SCRIPTS_BRANCH"
263+
https://github.com/paritytech/releng-scripts.git
264+
- ONLY_CHECK_PIPELINE=true ./releng-scripts/publish-crates
265+
250266
# By default our pipelines are interruptible, but some special pipelines shouldn't be interrupted:
251267
# * multi-project pipelines such as the ones triggered by the scripts repo
252268
# * the scheduled automatic-crate-publishing pipeline

0 commit comments

Comments
 (0)