Skip to content

Commit cc318bc

Browse files
committed
Revert "undo phoenix stuff"
This reverts commit c7360eb.
1 parent c7360eb commit cc318bc

File tree

5 files changed

+1
-200
lines changed

5 files changed

+1
-200
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,43 +6,13 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
file-changes:
10-
name: Detect File Changes
11-
runs-on: 'ubuntu-latest'
12-
outputs:
13-
checkall: ${{ steps.changes.outputs.checkall }}
14-
steps:
15-
- name: Clone
16-
uses: actions/checkout@v4
17-
18-
- name: Detect Changes
19-
uses: dorny/paths-filter@v3
20-
id: changes
21-
with:
22-
filters: ".github/file-filter.yml"
23-
249
self:
2510
name: ${{ matrix.name }} (${{ matrix.device }})
26-
if: github.repository == 'MFlowCode/MFC' && needs.file-changes.outputs.checkall == 'true' && ${{ github.event.review.state == 'approved' }}
27-
needs: file-changes
11+
if: github.repository == 'MFlowCode/MFC'
2812
strategy:
2913
fail-fast: false
3014
matrix:
3115
include:
32-
- cluster: phoenix
33-
name: Georgia Tech | Phoenix (NVHPC)
34-
group: phoenix
35-
labels: gt
36-
flag: p
37-
device: cpu
38-
build_script: ""
39-
- cluster: phoenix
40-
name: Georgia Tech | Phoenix (NVHPC)
41-
group: phoenix
42-
labels: gt
43-
flag: p
44-
device: gpu
45-
build_script: ""
4616
- cluster: frontier
4717
name: Oak Ridge | Frontier (CCE)
4818
group: phoenix

.github/workflows/phoenix/bench.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/phoenix/submit-bench.sh

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/phoenix/submit.sh

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/phoenix/test.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)