mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Temporarily disable trigger-simnet job (#3004)
This commit is contained in:
committed by
GitHub
parent
aa51cddf47
commit
f01606e6e0
+26
-26
@@ -363,29 +363,29 @@ deploy-polkasync-kusama:
|
|||||||
allow_failure: true
|
allow_failure: true
|
||||||
trigger: "parity/infrastructure/parity-testnet"
|
trigger: "parity/infrastructure/parity-testnet"
|
||||||
|
|
||||||
trigger-simnet:
|
# trigger-simnet:
|
||||||
stage: deploy
|
# stage: deploy
|
||||||
image: paritytech/tools:latest
|
# image: paritytech/tools:latest
|
||||||
rules:
|
# rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "schedule"
|
# - if: $CI_PIPELINE_SOURCE == "schedule"
|
||||||
- if: $CI_COMMIT_REF_NAME == "master"
|
# - if: $CI_COMMIT_REF_NAME == "master"
|
||||||
- if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
# - if: $CI_COMMIT_REF_NAME =~ /^[0-9]+$/ # PRs
|
||||||
- if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
# - if: $CI_COMMIT_REF_NAME == "rococo-v1"
|
||||||
needs:
|
# needs:
|
||||||
- job: publish-polkadot-image
|
# - job: publish-polkadot-image
|
||||||
- job: publish-adder-collator-image
|
# - job: publish-adder-collator-image
|
||||||
# `build.env` brings here `$IMAGE_NAME` and `$IMAGE_TAG` (`$EXTRATAG` here,
|
# # `build.env` brings here `$IMAGE_NAME` and `$IMAGE_TAG` (`$EXTRATAG` here,
|
||||||
# i.e. `2643-0.8.29-5f689e0a-6b24dc54`).
|
# # i.e. `2643-0.8.29-5f689e0a-6b24dc54`).
|
||||||
# `collator.env` bears adder-collator unique build tag. In non-triggered builds it
|
# # `collator.env` bears adder-collator unique build tag. In non-triggered builds it
|
||||||
# can be called by `master` tag.
|
# # can be called by `master` tag.
|
||||||
# Simnet uses an image published on PRs with this exact version for triggered runs
|
# # Simnet uses an image published on PRs with this exact version for triggered runs
|
||||||
# on commits. And parity/rococo:rococo-v1 for the runs not launched by this job.
|
# # on commits. And parity/rococo:rococo-v1 for the runs not launched by this job.
|
||||||
variables:
|
# variables:
|
||||||
TRGR_PROJECT: ${CI_PROJECT_NAME}
|
# TRGR_PROJECT: ${CI_PROJECT_NAME}
|
||||||
TRGR_REF: ${CI_COMMIT_REF_NAME}
|
# TRGR_REF: ${CI_COMMIT_REF_NAME}
|
||||||
# simnet project ID
|
# # simnet project ID
|
||||||
DWNSTRM_ID: 332
|
# DWNSTRM_ID: 332
|
||||||
script:
|
# script:
|
||||||
# API trigger for a simnet job
|
# # API trigger for a simnet job
|
||||||
- ./scripts/gitlab/trigger_pipeline.sh
|
# - ./scripts/gitlab/trigger_pipeline.sh
|
||||||
allow_failure: true
|
# allow_failure: true
|
||||||
|
|||||||
Reference in New Issue
Block a user