-
Notifications
You must be signed in to change notification settings - Fork 66
Create an action for submit k8s and one for monitoring/deletion #1440
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
Conversation
…lbox into sbosisio/split_k8s_action
|
@olupton I can see that axlearn tests go on for 4-hours making other jobs out-of-time. |
| - name: Run Fuji on EKS | ||
| uses: ./.github/actions/run-job-k8s |
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.
| - name: Run Fuji on EKS | |
| uses: ./.github/actions/run-job-k8s | |
| - uses: ./.github/actions/run-job-k8s |
| - name: Run Fuji on EKS | ||
| uses: ./.github/actions/run-job-k8s |
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.
| - name: Run Fuji on EKS | |
| uses: ./.github/actions/run-job-k8s | |
| - uses: ./.github/actions/run-job-k8s |
| - name: Run Fuji on EKS | ||
| uses: ./.github/actions/run-job-k8s |
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.
| - name: Run Fuji on EKS | |
| uses: ./.github/actions/run-job-k8s | |
| - uses: ./.github/actions/run-job-k8s |
| - name: Run Fuji on EKS | ||
| uses: ./.github/actions/run-job-k8s |
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.
| - name: Run Fuji on EKS | |
| uses: ./.github/actions/run-job-k8s | |
| - uses: ./.github/actions/run-job-k8s |
| - name: Run Fuji on EKS | ||
| uses: ./.github/actions/run-job-k8s |
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.
| - name: Run Fuji on EKS | |
| uses: ./.github/actions/run-job-k8s | |
| - uses: ./.github/actions/run-job-k8s |
This one was actually what it said...but it seems that it overwrites the "Submit & delete K8s job" and "Monitor K8s job" parts.
This PR modifies the
submit-delete-k8saction, and it splits in two different actions, one for submitting the job, and one for monitoring. In this way, we can have a full view on what's going on for wait and actual job running time.