generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5bc8980
commit cd72153
Showing
7 changed files
with
97 additions
and
97 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
name: 'Build/Get OneFlow' | ||
description: '' | ||
name: "Build/Get OneFlow" | ||
description: "" | ||
inputs: | ||
action-type: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: 'cache-complete' | ||
default: "cache-complete" | ||
oneflow-src: | ||
description: 'path to OneFlow source code' | ||
description: "path to OneFlow source code" | ||
required: true | ||
entry: | ||
description: 'entry to cache completion status' | ||
description: "entry to cache completion status" | ||
required: true | ||
runner-labels: | ||
required: false | ||
description: 'runner labels to output if cache not found' | ||
description: "runner labels to output if cache not found" | ||
mark-as-completed: | ||
required: false | ||
description: 'if true, will mark keys as completed when this job is success' | ||
description: "if true, will mark keys as completed when this job is success" | ||
default: false | ||
digest-type: | ||
required: true | ||
description: 'build|test' | ||
description: "build|test" | ||
outputs: | ||
runs-on: | ||
description: 'if cache found, will generate a [ubuntu-latest], in JSON' | ||
description: "if cache found, will generate a [ubuntu-latest], in JSON" | ||
build-cache-hit: | ||
description: '' | ||
description: "" | ||
test-cache-hit: | ||
description: '' | ||
description: "" | ||
build-digest: | ||
description: '' | ||
description: "" | ||
test-digest: | ||
description: '' | ||
description: "" | ||
|
||
runs: | ||
using: 'node12' | ||
main: '../dist/index.js' | ||
post: '../dist/index.js' | ||
using: "node20" | ||
main: "../dist/index.js" | ||
post: "../dist/index.js" | ||
post-if: success() | ||
branding: | ||
icon: 'archive' | ||
color: 'gray-dark' | ||
icon: "archive" | ||
color: "gray-dark" |
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
name: 'Build/Get OneFlow' | ||
description: '' | ||
name: "Build/Get OneFlow" | ||
description: "" | ||
inputs: | ||
action-type: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: 'cache-complete/matrix/build' | ||
default: "cache-complete/matrix/build" | ||
oneflow-src: | ||
description: 'path to OneFlow source code' | ||
description: "path to OneFlow source code" | ||
required: true | ||
runner-labels: | ||
required: true | ||
description: 'runner labels to output if cache not found' | ||
description: "runner labels to output if cache not found" | ||
entries: | ||
required: true | ||
description: 'matrix keys to generate matrix output' | ||
description: "matrix keys to generate matrix output" | ||
delete-cache: | ||
required: false | ||
description: '' | ||
default: 'false' | ||
description: "" | ||
default: "false" | ||
outputs: | ||
matrix: | ||
description: 'if cache found, will generate a [ubuntu-latest], in JSON' | ||
description: "if cache found, will generate a [ubuntu-latest], in JSON" | ||
|
||
runs: | ||
using: 'node12' | ||
main: '../../../dist/index.js' | ||
using: "node20" | ||
main: "../../../dist/index.js" | ||
branding: | ||
icon: 'archive' | ||
color: 'gray-dark' | ||
icon: "archive" | ||
color: "gray-dark" |
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 |
---|---|---|
@@ -1,35 +1,35 @@ | ||
name: 'Download by digest' | ||
description: '' | ||
name: "Download by digest" | ||
description: "" | ||
inputs: | ||
action-type: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: 'digest/download' | ||
default: "digest/download" | ||
entry: | ||
description: '' | ||
description: "" | ||
required: true | ||
digest: | ||
description: '' | ||
description: "" | ||
required: true | ||
ssh-tank-host: | ||
description: '' | ||
description: "" | ||
required: false | ||
ssh-tank-path: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: '/tank' | ||
default: "/tank" | ||
digest-cache-dir: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: './digest-cache' | ||
default: "./digest-cache" | ||
|
||
outputs: | ||
entry-dir: | ||
description: '' | ||
description: "" | ||
|
||
runs: | ||
using: 'node12' | ||
main: '../../dist/index.js' | ||
using: "node20" | ||
main: "../../dist/index.js" | ||
branding: | ||
icon: 'archive' | ||
color: 'gray-dark' | ||
icon: "archive" | ||
color: "gray-dark" |
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 |
---|---|---|
@@ -1,33 +1,33 @@ | ||
name: 'Upload by digest' | ||
description: '' | ||
name: "Upload by digest" | ||
description: "" | ||
inputs: | ||
action-type: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: 'digest/upload' | ||
default: "digest/upload" | ||
src-dir: | ||
description: 'path to OneFlow source code' | ||
description: "path to OneFlow source code" | ||
required: true | ||
dst-dir: | ||
description: 'path to OneFlow source code' | ||
description: "path to OneFlow source code" | ||
required: true | ||
entry: | ||
description: '' | ||
description: "" | ||
required: true | ||
digest: | ||
description: '' | ||
description: "" | ||
required: true | ||
ssh-tank-host: | ||
description: '' | ||
description: "" | ||
required: false | ||
ssh-tank-path: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: '/tank' | ||
default: "/tank" | ||
|
||
runs: | ||
using: 'node12' | ||
main: '../../dist/index.js' | ||
using: "node20" | ||
main: "../../dist/index.js" | ||
branding: | ||
icon: 'archive' | ||
color: 'gray-dark' | ||
icon: "archive" | ||
color: "gray-dark" |
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 |
---|---|---|
@@ -1,26 +1,26 @@ | ||
name: 'Find oneflow wheel in oss' | ||
description: '' | ||
name: "Find oneflow wheel in oss" | ||
description: "" | ||
inputs: | ||
action-type: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: 'find-wheel' | ||
default: "find-wheel" | ||
ref: | ||
required: true | ||
description: 'oneflow commit id' | ||
description: "oneflow commit id" | ||
compute-platform: | ||
required: true | ||
description: 'compute platform entry, e.g. cu112' | ||
description: "compute platform entry, e.g. cu112" | ||
python-version: | ||
required: true | ||
description: 'python version' | ||
description: "python version" | ||
outputs: | ||
find-wheel-hit: | ||
description: '' | ||
description: "" | ||
|
||
runs: | ||
using: 'node12' | ||
main: '../dist/index.js' | ||
using: "node20" | ||
main: "../dist/index.js" | ||
branding: | ||
icon: 'archive' | ||
color: 'gray-dark' | ||
icon: "archive" | ||
color: "gray-dark" |
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name: 'Find oneflow wheel in oss' | ||
description: '' | ||
name: "Find oneflow wheel in oss" | ||
description: "" | ||
inputs: | ||
action-type: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: 'master-address' | ||
default: "master-address" | ||
rank: | ||
required: true | ||
description: '' | ||
description: "" | ||
outputs: | ||
master-address: | ||
description: '' | ||
description: "" | ||
|
||
runs: | ||
using: 'node12' | ||
main: '../dist/index.js' | ||
using: "node20" | ||
main: "../dist/index.js" | ||
branding: | ||
icon: 'archive' | ||
color: 'gray-dark' | ||
icon: "archive" | ||
color: "gray-dark" |
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
name: 'Find oneflow wheel in oss' | ||
description: '' | ||
name: "Find oneflow wheel in oss" | ||
description: "" | ||
inputs: | ||
action-type: | ||
description: '' | ||
description: "" | ||
required: false | ||
default: 'wait-for-gpu' | ||
default: "wait-for-gpu" | ||
max-try-times: | ||
required: true | ||
description: '' | ||
description: "" | ||
timeout-minutes: | ||
required: true | ||
description: '' | ||
description: "" | ||
token: | ||
required: true | ||
description: '' | ||
description: "" | ||
|
||
runs: | ||
using: 'node12' | ||
main: '../dist/index.js' | ||
using: "node20" | ||
main: "../dist/index.js" | ||
branding: | ||
icon: 'archive' | ||
color: 'gray-dark' | ||
icon: "archive" | ||
color: "gray-dark" |