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

try to locate the file which going to PR back to kepler-model-db #356

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all 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
12 changes: 11 additions & 1 deletion .github/workflows/equinix_metal_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,18 @@ jobs:
TOTAL_RUNTIME_SECONDS: 1200
VALIDATOTR_CURVE_TYPE: "default"

- name: Checkout tools repo
uses: actions/checkout@v4
with:
repository: sustainable-computing-io/kepler-model-db
path: kepler-model-db


- name: Run Validation Playbooks
run: |
cd ${$GITHUB_WORKSPACE}/kepler-model-db
cp -r /tmp/trained-equinix-models .
ls -al
git status

Cleanup:
name: "Cleanup"
Expand Down
Loading