Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Plakida committed Sep 6, 2023
1 parent c7723d3 commit 52e855e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
- build
- publish
- short-benchmarks
- zombienet
# - zombienet
- deploy
- notify

Expand Down Expand Up @@ -114,7 +114,6 @@ default:
- !reference [.rust-info-script, script]
- !reference [.rusty-cachier, before_script]
tags:
- linux-docker-vm-c2
- linux-docker

# rusty-cachier's hidden job. Parts of this job are used to instrument the pipeline's other real jobs with rusty-cachier
Expand Down Expand Up @@ -194,8 +193,8 @@ default:
- if: $CI_COMMIT_REF_NAME =~ /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs

.zombienet-refs:
extends: .build-refs
# .zombienet-refs:
# extends: .build-refs

include:
# check jobs
Expand All @@ -208,9 +207,9 @@ include:
- .gitlab/pipeline/short-benchmarks.yml
# publish jobs
- .gitlab/pipeline/publish.yml
# zombienet jobs
- .gitlab/pipeline/zombienet.yml
# timestamp handler
# # zombienet jobs
# - .gitlab/pipeline/zombienet.yml
# # timestamp handler
- project: parity/infrastructure/ci_cd/shared
ref: v0.2
file: /common/timestamp.yml
Expand Down Expand Up @@ -332,10 +331,10 @@ cancel-pipeline-cargo-clippy:
needs:
- job: cargo-clippy

cancel-pipeline-build-linux-stable:
extends: .cancel-pipeline-template
needs:
- job: build-linux-stable
# cancel-pipeline-build-linux-stable:
# extends: .cancel-pipeline-template
# needs:
# - job: build-linux-stable

cancel-pipeline-build-linux-stable-cumulus:
extends: .cancel-pipeline-template
Expand Down
1 change: 1 addition & 0 deletions .gitlab/pipeline/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ build-linux-stable:
RUSTFLAGS: "-Cdebug-assertions=y -Dwarnings"
# Ensure we run the UI tests.
RUN_UI_TESTS: 1
parallel: 50
script:
- time cargo build --locked --profile testnet --features pyroscope,fast-runtime --bin polkadot --bin polkadot-prepare-worker --bin polkadot-execute-worker
# pack artifacts
Expand Down

0 comments on commit 52e855e

Please sign in to comment.