Skip to content

Commit d9ab8c0

Browse files
committed
Sync with main
Signed-off-by: Artem Ananev <[email protected]>
2 parents 516a778 + 06a3c78 commit d9ab8c0

File tree

669 files changed

+23690
-6731
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

669 files changed

+23690
-6731
lines changed

.github/workflows/cron-clean.yml

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
performance-tests-start:
14-
runs-on: hiero-network-node-linux-small-scheduler
14+
runs-on: hiero-citr-linux-small
1515

1616
steps:
1717
- name: Harden the runner (Audit all outbound calls)
@@ -37,8 +37,8 @@ jobs:
3737
proxy: hashgraph.teleport.sh:443
3838
token: gh-citr-performance-svcs-bot
3939

40-
- name: Authorize Teleport K8S Access
41-
id: auth-k8s
40+
- name: Authorize Teleport K8S Access to Dallas Cluster
41+
id: auth-k8s-dal
4242
uses: teleport-actions/auth-k8s@677da98eaa78a5e649d4c5b4012750af4c28af73 # v2.0.3
4343
with:
4444
proxy: hashgraph.teleport.sh:443
@@ -49,7 +49,28 @@ jobs:
4949
- name: List SSH Resources
5050
run: tsh -i "${{ steps.auth-ssh.outputs.identity-file }}" ls
5151

52-
- name: Call clean
52+
- name: Call clean Dal
53+
run: |
54+
set +e
55+
set +x
56+
57+
for namespace in `kubectl get namespaces | awk '{print $1}' | grep -E 'solo[\-].*[\-]n[0-9]'`
58+
do
59+
echo "Cleaning ${namespace}"
60+
sh "${GITHUB_WORKSPACE}"/.github/workflows/support/citr/cronClean.sh ${namespace}
61+
done
62+
exit 0
63+
64+
- name: Authorize Teleport K8S Access to Chicago Cluster
65+
id: auth-k8s-chi
66+
uses: teleport-actions/auth-k8s@677da98eaa78a5e649d4c5b4012750af4c28af73 # v2.0.3
67+
with:
68+
proxy: hashgraph.teleport.sh:443
69+
token: gh-citr-performance-svcs-bot
70+
kubernetes-cluster: k8s.pft.chi.lat.ope.eng.hashgraph.io
71+
certificate-ttl: 20h
72+
73+
- name: Call clean Chi
5374
run: |
5475
set +e
5576
set +x

.github/workflows/flow-increment-next-main-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
name: "[Main] Increment to Next Release Version"
2+
name: "[Release] Increment Version File"
33
on:
44
workflow_dispatch:
55
inputs:
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
next-main-release:
20-
name: Increment to Next Release Version
20+
name: Increment Version File
2121
runs-on: hiero-network-node-linux-medium
2222
steps:
2323
- name: Harden Runner

.github/workflows/flow-trigger-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
name: "[Main] Create New Release"
2+
name: "[Release] Create New Release"
33
on:
44
workflow_dispatch:
55
inputs:

0 commit comments

Comments
 (0)