Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
zhusg
transformers-new
Commits
725208e0
Unverified
Commit
725208e0
authored
9 months ago
by
Guillaume LEGENDRE
Committed by
GitHub
9 months ago
Browse files
Options
Download
Patches
Plain Diff
remove test runners
parent
a7e7c751
run_nightly_ci_test_new_runner
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/self-scheduled.yml
+7
-7
.github/workflows/self-scheduled.yml
with
7 additions
and
7 deletions
+7
-7
.github/workflows/self-scheduled.yml
+
7
−
7
View file @
725208e0
...
...
@@ -50,7 +50,7 @@ jobs:
name
:
Setup
strategy
:
matrix
:
machine_type
:
[
aws-g4dn-2xlarge-cache
-test
,
aws-g4dn-12xlarge-cache
-test
]
machine_type
:
[
aws-g4dn-2xlarge-cache
,
aws-g4dn-12xlarge-cache
]
runs-on
:
group
:
'
${{
matrix.machine_type
}}'
container
:
...
...
@@ -103,7 +103,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
machine_type
:
[
aws-g4dn-2xlarge-cache
-test
,
aws-g4dn-12xlarge-cache
-test
]
machine_type
:
[
aws-g4dn-2xlarge-cache
,
aws-g4dn-12xlarge-cache
]
slice_id
:
${{ fromJSON(needs.setup.outputs.slice_ids) }}
uses
:
./.github/workflows/model_jobs.yml
with
:
...
...
@@ -120,7 +120,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
machine_type
:
[
aws-g4dn-2xlarge-cache
-test
,
aws-g4dn-12xlarge-cache
-test
]
machine_type
:
[
aws-g4dn-2xlarge-cache
,
aws-g4dn-12xlarge-cache
]
runs-on
:
group
:
'
${{
matrix.machine_type
}}'
container
:
...
...
@@ -171,7 +171,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
machine_type
:
[
aws-g4dn-2xlarge-cache
-test
,
aws-g4dn-12xlarge-cache
-test
]
machine_type
:
[
aws-g4dn-2xlarge-cache
,
aws-g4dn-12xlarge-cache
]
runs-on
:
group
:
'
${{
matrix.machine_type
}}'
container
:
...
...
@@ -223,7 +223,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
machine_type
:
[
aws-g4dn-2xlarge-cache
-test
,
aws-g4dn-12xlarge-cache
-test
]
machine_type
:
[
aws-g4dn-2xlarge-cache
,
aws-g4dn-12xlarge-cache
]
runs-on
:
group
:
'
${{
matrix.machine_type
}}'
container
:
...
...
@@ -275,7 +275,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
machine_type
:
[
aws-g4dn-2xlarge-cache
-test
,
aws-g4dn-12xlarge-cache
-test
]
machine_type
:
[
aws-g4dn-2xlarge-cache
,
aws-g4dn-12xlarge-cache
]
runs-on
:
group
:
'
${{
matrix.machine_type
}}'
container
:
...
...
@@ -357,7 +357,7 @@ jobs:
fail-fast
:
false
matrix
:
folders
:
${{ fromJson(needs.setup.outputs.quantization_matrix) }}
machine_type
:
[
aws-g4dn-2xlarge-cache
-test
,
aws-g4dn-12xlarge-cache
-test
]
machine_type
:
[
aws-g4dn-2xlarge-cache
,
aws-g4dn-12xlarge-cache
]
runs-on
:
group
:
'
${{
matrix.machine_type
}}'
container
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets