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
e012579d
Unverified
Commit
e012579d
authored
May 11, 2023
by
Andrey Talman
Committed by
GitHub
May 11, 2023
Browse files
Take 2, Turn off windows circleci nightly builds. Enable GHA (#7578)
parent
c3d602ee
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
898 deletions
+8
-898
.circleci/config.yml
.circleci/config.yml
+2
-892
.circleci/regenerate.py
.circleci/regenerate.py
+4
-0
.github/workflows/build-conda-windows.yml
.github/workflows/build-conda-windows.yml
+1
-3
.github/workflows/build-wheels-windows.yml
.github/workflows/build-wheels-windows.yml
+1
-3
No files found.
.circleci/config.yml
View file @
e012579d
This diff is collapsed.
Click to expand it.
.circleci/regenerate.py
View file @
e012579d
...
...
@@ -28,6 +28,10 @@ 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
):
w
=
[]
# Don't generate anything for build workflow
return
indent
(
indentation
,
w
)
for
btype
in
[
"wheel"
,
"conda"
]:
for
os_type
in
[
"linux"
,
"macos"
,
"win"
]:
python_versions
=
PYTHON_VERSIONS
...
...
.github/workflows/build-conda-windows.yml
View file @
e012579d
...
...
@@ -46,8 +46,6 @@ jobs:
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
# Using "development" as trigger event so these binaries are not uploaded
# to official channels yet
trigger-event
:
development
trigger-event
:
${{ github.event_name }}
secrets
:
CONDA_PYTORCHBOT_TOKEN
:
${{ secrets.CONDA_PYTORCHBOT_TOKEN }}
.github/workflows/build-wheels-windows.yml
View file @
e012579d
...
...
@@ -46,9 +46,7 @@ jobs:
post-script
:
${{ matrix.post-script }}
package-name
:
${{ matrix.package-name }}
smoke-test-script
:
${{ matrix.smoke-test-script }}
# Using "development" as trigger event so these binaries are not uploaded
# to official channels yet
trigger-event
:
development
trigger-event
:
${{ github.event_name }}
secrets
:
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 }}
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