Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-k0 committed Feb 13, 2025
1 parent 334e11d commit d08425e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/system-tests-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,20 @@ name: System Tests K8s

on:
schedule:
- cron: "0 1 * * *" # Run at 1 AM
- cron: "0 3 * * *" # Run at 3 AM
- cron: "0 5 * * *" # Run at 5 AM
- cron: "0 7 * * *" # Run at 7 AM
- cron: "0 * * * *"
pull_request:
paths:
- '.github/workflows/system-tests-k8s.yml'
- ".github/workflows/system-tests-k8s.yml"
workflow_dispatch:
inputs:
targets:
description: 'System Tests / Bazel Targets'
description: "System Tests / Bazel Targets"
required: false
default: '//rs/tests/nns:node_removal_from_registry_test'
default: "//rs/tests/nns:node_removal_from_registry_test"
jobs:
description: 'Concurrent Bazel Test Jobs'
description: "Concurrent Bazel Test Jobs"
required: false
default: '10'
default: "10"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -114,6 +111,7 @@ jobs:
-v /cache:/cache -v /var/sysimage:/var/sysimage -v /var/tmp:/var/tmp
timeout-minutes: 150
#if: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
# Disabling until we have data confirming stability of non-hourly system tests
if: ${{ false }}
needs: [system-tests-k8s]
steps:
Expand Down

0 comments on commit d08425e

Please sign in to comment.