Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Update self-hosted-runners for hiero-local-node #911

Merged
merged 4 commits into from
Jan 15, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
34 changes: 17 additions & 17 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
##### Global Protection Rule ######
###################################
# NOTE: This rule is overriden by the more specific rules below. This is the catch-all rule for all files not covered by the more specific rules below.
* @georgi-l95 @isavov @Ivo-Yankov @natanasow @konstantinabl @Ivo-Yankov @victor-yanev
* @hiero-ledger/hiero-local-node-maintainers

#########################
##### Core Files ######
Expand All @@ -11,33 +11,33 @@
# NOTE: Must be placed last to ensure enforcement over all other rules

# Protection Rules for Github Configuration Files and Actions Workflows
/.github/ @hashgraph/platform-ci @hashgraph/release-engineering-managers
/.github/workflows/ @hashgraph/platform-ci @hashgraph/platform-ci-committers
/.github/ @hiero-ledger/github-committers @hiero-ledger/github-maintainers
/.github/workflows/ @hiero-ledger/github-committers @hiero-ledger/github-maintainers

# Legacy Maven project files
**/pom.xml @hashgraph/platform-ci
**/pom.xml @hiero-ledger/github-committers @hiero-ledger/github-maintainers

# Cmake project files and inline plugins
**/.clang* @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/.clang-format @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/.clang-tidy @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/CMakeLists.txt @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/CMakePresets.json @hashgraph/platform-ci @hashgraph/platform-ci-committers @hashgraph/hedera-sdk
**/.clang* @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/github-committers @hiero-ledger/github-maintainers
**/.clang-format @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/github-committers @hiero-ledger/github-maintainers
**/.clang-tidy @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/github-committers @hiero-ledger/github-maintainers
**/CMakeLists.txt @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/github-committers @hiero-ledger/github-maintainers
**/CMakePresets.json @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/github-committers @hiero-ledger/github-maintainers

# Codacy Tool Configurations
/config/ @hashgraph/platform-ci @hashgraph/release-engineering-managers
.remarkrc @hashgraph/platform-ci @hashgraph/release-engineering-managers
/config/ @hiero-ledger/github-committers @hiero-ledger/github-maintainers
.remarkrc @hiero-ledger/github-committers @hiero-ledger/github-maintainers

# Self-protection for root CODEOWNERS files (this file should not exist and should definitely require approval)
/CODEOWNERS @hashgraph/release-engineering-managers
/CODEOWNERS @hiero-ledger/github-maintainers

# Protect the repository root files
/README.md @hashgraph/platform-ci @hashgraph/release-engineering-managers
**/LICENSE @hashgraph/release-engineering-managers
/README.md @hiero-ledger/github-committers @hiero-ledger/github-maintainers @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/hiero-local-node-committers @hiero-ledger/tsc
**/LICENSE @hiero-ledger/github-maintainers @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/tsc

# CodeCov configuration
**/codecov.yml @hashgraph/platform-ci @hashgraph/release-engineering-managers
**/codecov.yml @hiero-ledger/github-committers @hiero-ledger/github-maintainers

# Git Ignore definitions
**/.gitignore @hashgraph/platform-ci @hashgraph/release-engineering-managers
**/.gitignore.* @hashgraph/platform-ci @hashgraph/release-engineering-managers
**/.gitignore @hiero-ledger/github-committers @hiero-ledger/github-maintainers @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/tsc
**/.gitignore.* @hiero-ledger/github-committers @hiero-ledger/github-maintainers @hiero-ledger/hiero-local-node-maintainers @hiero-ledger/tsc
2 changes: 1 addition & 1 deletion .github/workflows/flow-pr-title-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
title-check:
name: Title Check
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:
jobs:
smoke-tests:
name: Smoke Tests
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium

strategy:
fail-fast: false
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

browser-tests:
name: Browser Tests
runs-on: local-node-linux-large
runs-on: hiero-local-node-linux-large

strategy:
fail-fast: false
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

unit-tests:
name: Unit Tests
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flow-semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write
issues: write
pull-requests: write
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:

jobs:
publish-npm-package:
runs-on: local-node-linux-medium
runs-on: hiero-local-node-linux-medium
steps:
- name: Harden Runner
uses: step-security/harden-runner@c95a14d0e5bab51a9f56296a4eb0e416910cd350 # v2.10.3
Expand Down
Loading