Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 0 additions & 22 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,6 @@
---
version: 2
updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
# UTC time
time: "06:00"
rebase-strategy: disabled
commit-message:
prefix: "A0-3951: "
groups:
all-rust-deps:
patterns:
- "*"
pull-request-branch-name:
separator: "-"
ignore:
- dependency-name: "aleph-bft"
- dependency-name: "aleph-bft-rmc"
- dependency-name: "aleph-bft-types"

- package-ecosystem: github-actions
directory: /
schedule:
Expand All @@ -39,5 +19,3 @@ updates:
separator: "-"
reviewers:
- "Marcin-Radecki"
- "Mikolaj Gasior"

2 changes: 0 additions & 2 deletions .github/workflows/nightly-check-node-features-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
name: Nightly feature-gated builds
on:
workflow_dispatch:
schedule:
- cron: '00 20 * * *'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/nightly-e2e-logic-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Nightly pipeline logic e2e tests

on:
workflow_dispatch:
schedule:
- cron: '00 21 * * *'
push:
branches:
- 'release-*'
- main

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-fe-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name: Nightly pipeline e2e tests on featurenet
on:
workflow_dispatch:
schedule:
- cron: '00 23 * * *'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
name: Nightly pipeline integration tests
on:
workflow_dispatch:
schedule:
- cron: '00 01 * * *'
push:
branches:
- 'release-*'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/nightly-normal-session-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Nightly pipeline normal session e2e tests

on:
workflow_dispatch:
schedule:
- cron: '00 22 * * *'

concurrency:
group: "${{ github.ref }}-${{ github.workflow }}"
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly-update-test-mainnet-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
name: Nightly update net test from Mainnet to Testnet
on:
workflow_dispatch:
# Daily at 02:00
schedule:
- cron: '00 02 * * *'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nightly-update-test-testnet-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
name: Nightly update net test from Testnet to main
on:
workflow_dispatch:
# Daily at 02:20
schedule:
- cron: '20 02 * * *'

concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/weekly-featurenets-short-session-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Weekly test featurenets create (short session, branch)

on:
# At 03:00 on Wednesday
schedule:
- cron: '0 3 * * 3'
workflow_dispatch:

concurrency:
Expand Down
55 changes: 0 additions & 55 deletions .github/workflows/weekly-featurenets-short-session-full-sha.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/weekly-featurenets-short-session-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
name: Weekly test featurenets create (short session, tag)

on:
# At 03:40 on Wednesday
schedule:
- cron: '40 3 * * 3'
workflow_dispatch:

concurrency:
Expand All @@ -24,7 +21,7 @@ jobs:
secrets: inherit
with:
featurenet-name: 'ops-test-tag'
ref: 'r-14.0.0'
ref: 'r-15.2.0'
expiration: '5h'
validators: '7'
internal: true
Expand Down