Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d310ce64
Unverified
Commit
d310ce64
authored
May 09, 2023
by
Andrey Talman
Committed by
GitHub
May 09, 2023
Browse files
Revert "Turn off windows circleci nightly builds. Enable GHA" (#7572)
parent
ad9b6747
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
898 additions
and
8 deletions
+898
-8
.circleci/config.yml
.circleci/config.yml
+892
-2
.circleci/regenerate.py
.circleci/regenerate.py
+0
-4
.github/workflows/build-conda-windows.yml
.github/workflows/build-conda-windows.yml
+3
-1
.github/workflows/build-wheels-windows.yml
.github/workflows/build-wheels-windows.yml
+3
-1
No files found.
.circleci/config.yml
View file @
d310ce64
This diff is collapsed.
Click to expand it.
.circleci/regenerate.py
View file @
d310ce64
...
@@ -28,10 +28,6 @@ RC_PATTERN = r"/v[0-9]+(\.[0-9]+)*-rc[0-9]+/"
...
@@ -28,10 +28,6 @@ RC_PATTERN = r"/v[0-9]+(\.[0-9]+)*-rc[0-9]+/"
def
build_workflows
(
prefix
=
""
,
filter_branch
=
None
,
upload
=
False
,
indentation
=
6
,
windows_latest_only
=
False
):
def
build_workflows
(
prefix
=
""
,
filter_branch
=
None
,
upload
=
False
,
indentation
=
6
,
windows_latest_only
=
False
):
w
=
[]
w
=
[]
# Don't generate anything for build workflow
return
indent
(
indentation
,
w
)
for
btype
in
[
"wheel"
,
"conda"
]:
for
btype
in
[
"wheel"
,
"conda"
]:
for
os_type
in
[
"linux"
,
"macos"
,
"win"
]:
for
os_type
in
[
"linux"
,
"macos"
,
"win"
]:
python_versions
=
PYTHON_VERSIONS
python_versions
=
PYTHON_VERSIONS
...
...
.github/workflows/build-conda-windows.yml
View file @
d310ce64
...
@@ -46,6 +46,8 @@ jobs:
...
@@ -46,6 +46,8 @@ jobs:
post-script
:
${{ matrix.post-script }}
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
trigger-event
:
${{ github.event_name }}
# Using "development" as trigger event so these binaries are not uploaded
# to official channels yet
trigger-event
:
development
secrets
:
secrets
:
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
.github/workflows/build-wheels-windows.yml
View file @
d310ce64
...
@@ -46,7 +46,9 @@ jobs:
...
@@ -46,7 +46,9 @@ jobs:
post-script
:
${{ matrix.post-script }}
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
trigger-event
:
${{ github.event_name }}
# Using "development" as trigger event so these binaries are not uploaded
# to official channels yet
trigger-event
:
development
secrets
:
secrets
:
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID
:
${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID
:
${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY
:
${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY
:
${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment