Skip to content

Commit

Permalink
Rename .feature extension to .zndsl (#2215)
Browse files Browse the repository at this point in the history
* Rename .feature extension to .zndsl

* Rename .feature to .zndsl into scripts
  • Loading branch information
wirednkod authored Feb 20, 2023
1 parent 70483f3 commit 1d9af70
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cumulus/scripts/ci/gitlab/pipeline/zombienet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ zombienet-0001-sync_blocks_from_tip_without_connected_collator:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0001-sync_blocks_from_tip_without_connected_collator.feature"
--test="0001-sync_blocks_from_tip_without_connected_collator.zndsl"

zombienet-0002-pov_recovery:
extends:
Expand All @@ -62,7 +62,7 @@ zombienet-0002-pov_recovery:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0002-pov_recovery.feature"
--test="0002-pov_recovery.zndsl"

zombienet-0003-full_node_catching_up:
extends:
Expand All @@ -74,7 +74,7 @@ zombienet-0003-full_node_catching_up:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0003-full_node_catching_up.feature"
--test="0003-full_node_catching_up.zndsl"

zombienet-0004-runtime_upgrade:
extends:
Expand All @@ -95,7 +95,7 @@ zombienet-0004-runtime_upgrade:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0004-runtime_upgrade.feature"
--test="0004-runtime_upgrade.zndsl"

zombienet-0005-migrate_solo_to_para:
extends:
Expand All @@ -114,7 +114,7 @@ zombienet-0005-migrate_solo_to_para:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0005-migrate_solo_to_para.feature"
--test="0005-migrate_solo_to_para.zndsl"

zombienet-0006-rpc_collator_builds_blocks:
extends:
Expand All @@ -126,7 +126,7 @@ zombienet-0006-rpc_collator_builds_blocks:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0006-rpc_collator_builds_blocks.feature"
--test="0006-rpc_collator_builds_blocks.zndsl"

zombienet-0007-full_node_warp_sync:
extends:
Expand All @@ -138,4 +138,4 @@ zombienet-0007-full_node_warp_sync:
- /home/nonroot/zombie-net/scripts/ci/run-test-env-manager.sh
--github-remote-dir="${GH_DIR}"
--concurrency=1
--test="0007-full_node_warp_sync.feature"
--test="0007-full_node_warp_sync.zndsl"

0 comments on commit 1d9af70

Please sign in to comment.