-
Notifications
You must be signed in to change notification settings - Fork 17
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
Pre calculated Machine energy profiles #76
Merged
Merged
Changes from all commits
Commits
Show all changes
77 commits
Select commit
Hold shift + click to select a range
fa73078
Removing old GitHub runners
ArneTR bce7698
Using container instead of build; SCI M value added; --auto used for …
ArneTR c02a317
Migrated gitlab also
ArneTR 97f6947
Used remote image name
ArneTR 24e8869
Different tag
ArneTR b8438ef
Different file capture
ArneTR 383522d
Different docker run command
ArneTR 59e94ec
Embodied wrong var
ArneTR 00fbb3b
Bringing model name back
ArneTR 655aa18
Fixed time
ArneTR 2fc972f
Beefed up test workflow
ArneTR a7a0cd8
Less ls
ArneTR f2b84f2
Added dump
ArneTR 5b6a318
Reducing test further
ArneTR e744b6a
Correct energy total dir
ArneTR 17bab3f
WIP [skip ci]
ArneTR e75305a
Merge branch 'main' into pre-calculated
ArneTR 7373096
Added debug statements [skip ci]
ArneTR 4e9bb11
api-base is now github.api_url by default [skip ci]
ArneTR 95f6e88
Added info how to create
ArneTR 7c8bdee
WIP
ArneTR 7168f45
Added machine power data
ArneTR 974102f
Reverted to ubuntu-latest
ArneTR f550332
Forcing bash again
ArneTR 46a59a2
Filename change
ArneTR d4efecb
Setting hashmap only on measurement
ArneTR 8d223b8
Explained inferencing mode
ArneTR 058e8df
bash
ArneTR b61d319
Added default; Next try to find machine model
ArneTR 97ca2a8
Added default
ArneTR d16d1c9
WIP
ArneTR 4fb2306
WIP
ArneTR 7cc0dba
WIP
ArneTR 8919b64
Simplified vars
ArneTR c531e5d
Moving directory removal
ArneTR 89cbb32
Slimmer init
ArneTR dc31235
Wrong file
ArneTR 48c3793
More Debug
ArneTR d26bf15
More Debug
ArneTR da9da1e
var naming
ArneTR 9d9ff9f
Debug
ArneTR 0eab0f7
Simplified step times
ArneTR 9fd1bd5
New data with two significant digits
ArneTR 6431ed5
Removing spaces
ArneTR 2c45664
More debug and renamings
ArneTR 938270d
Killing process
ArneTR 84af41c
Send-data to false
ArneTR 94bbdae
Debug
ArneTR b3090f7
WIP
ArneTR 77aa4b9
Create totals
ArneTR f5dc8e0
Guard
ArneTR 4ea253c
WIP
ArneTR affb5cb
WIP
ArneTR bf944ac
Vars
ArneTR 24547f7
Removed graph
ArneTR d8ab405
WIP
ArneTR 05b6ba1
Typo
ArneTR 99b3df1
Optional carbon
ArneTR cc23cc1
Typo
ArneTR d221276
Removed WIP
ArneTR b54d595
Table typo
ArneTR 62657cd
Local testing script
ArneTR 52f0003
Final form
ArneTR 7af7ca5
Merge branch 'main' into pre-calculated
ArneTR 882c7d7
Trying matrix
ArneTR 852e861
Typo
ArneTR 322cc64
Typo
ArneTR 8acb348
All Ubuntus
ArneTR d4980ff
/ not *
ArneTR d41fa3d
Clarifying overhead [skip ci]
ArneTR 75cc426
Dumping steps actual used [skip ci]
ArneTR fec1596
Added overhead test
ArneTR e7f4db6
Added overhead test
ArneTR 660c186
Removed schedule [skip ci]
ArneTR 38a3e05
Handling output streams of background process
ArneTR 6d85e9b
Variable handling
ArneTR a6f0cba
Since Eco-CI is now so fast, we need a sleep
ArneTR File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: test-action | ||
|
||
on: | ||
workflow_dispatch: | ||
|
||
permissions: | ||
contents: read | ||
actions: read | ||
pull-requests: write | ||
|
||
jobs: | ||
test-action: | ||
runs-on: ${{ matrix.os }} | ||
continue-on-error: false | ||
strategy: | ||
fail-fast: true | ||
matrix: | ||
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-20.04] | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
ref: ${{ github.ref }} | ||
|
||
- name: Sleep step | ||
run: sleep 2 | ||
|
||
- name: Filesystem | ||
run: timeout 10s ls -alhR /usr/lib | ||
continue-on-error: true | ||
|
||
|
||
- name: Sleep 3 | ||
run: sleep 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ArneTR "Open an issue" could be a link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will add