Skip to content

Commit 0892e90

Browse files
committed
CI: Migrate S3 actions locally from personal repos
Hosting the code for seemethere/download-artifact-s3 and seemethere/upload-artifact-s3 locally to encorage more coolaboration and maintainance of this action. This first migration is based on v4.2.0 Issue: pytorch/ci-infra#242 Signed-off-by: Jessica Wagantall <[email protected]>
1 parent 1bc53d7 commit 0892e90

File tree

88 files changed

+129579
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+129579
-0
lines changed

.github/actionlint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ self-hosted-runner:
88
- linux.4xlarge.nvidia.gpu
99
- linux.g5.4xlarge.nvidia.gpu
1010
- linux.g5.12xlarge.nvidia.gpu
11+
- windows.4xlarge.nonephemeral
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
lib/
3+
dist/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"env": { "node": true, "jest": true },
3+
"parser": "@typescript-eslint/parser",
4+
"parserOptions": { "ecmaVersion": 9, "sourceType": "module" },
5+
"extends": [
6+
"eslint:recommended",
7+
"plugin:@typescript-eslint/eslint-recommended",
8+
"plugin:@typescript-eslint/recommended",
9+
"plugin:import/errors",
10+
"plugin:import/warnings",
11+
"plugin:import/typescript",
12+
"plugin:prettier/recommended",
13+
"prettier"
14+
],
15+
"plugins": ["@typescript-eslint"]
16+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
* text=auto eol=lf
2+
.licenses/** -diff linguist-generated=true
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Ignore node_modules, ncc is used to compile nodejs modules into a single file in the releases branch
2+
node_modules/
3+
4+
# Ignore js files that are transpiled from ts files in src/
5+
lib/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sources:
2+
npm: true
3+
4+
allowed:
5+
- apache-2.0
6+
- bsd-2-clause
7+
- bsd-3-clause
8+
- isc
9+
- mit
10+
- cc0-1.0
11+
- unlicense
12+
13+
reviewed:
14+
npm:
15+
- fs.realpath

.github/actions/download-artifact-s3/.licenses/npm/@actions/artifact.dep.yml

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/download-artifact-s3/.licenses/npm/@actions/core.dep.yml

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/download-artifact-s3/.licenses/npm/@actions/http-client.dep.yml

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/download-artifact-s3/.licenses/npm/@types/tmp.dep.yml

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/download-artifact-s3/.licenses/npm/balanced-match.dep.yml

+55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/download-artifact-s3/.licenses/npm/brace-expansion.dep.yml

+55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/download-artifact-s3/.licenses/npm/concat-map.dep.yml

+31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/download-artifact-s3/.licenses/npm/fs.realpath.dep.yml

+55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)