mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Migrate build-deps-onedir step to gh runners
This commit is contained in:
parent
3f71f85c51
commit
de1079df1d
5 changed files with 5 additions and 6 deletions
1
.github/actions/build-onedir-deps/action.yml
vendored
1
.github/actions/build-onedir-deps/action.yml
vendored
|
@ -27,6 +27,7 @@ runs:
|
|||
steps:
|
||||
- name: Cache Deps Onedir Package Directory
|
||||
id: onedir-pkg-cache
|
||||
if: false # Disable cache since aws is going away.
|
||||
uses: ./.github/actions/cache
|
||||
with:
|
||||
path: artifacts/${{ inputs.package-name }}
|
||||
|
|
2
.github/actions/build-onedir-salt/action.yml
vendored
2
.github/actions/build-onedir-salt/action.yml
vendored
|
@ -31,7 +31,7 @@ runs:
|
|||
|
||||
- name: Download Cached Deps Onedir Package Directory
|
||||
id: onedir-bare-cache
|
||||
if: false
|
||||
if: false # Disable cache since aws is going away.
|
||||
uses: ./.github/actions/cache
|
||||
with:
|
||||
path: artifacts/${{ inputs.package-name }}
|
||||
|
|
4
.github/workflows/build-deps-onedir.yml
vendored
4
.github/workflows/build-deps-onedir.yml
vendored
|
@ -49,9 +49,7 @@ jobs:
|
|||
- x86_64
|
||||
- arm64
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- linux
|
||||
- ${{ matrix.arch }}
|
||||
- linux-${{ matrix.arch }}
|
||||
env:
|
||||
USE_S3_CACHE: 'true'
|
||||
steps:
|
||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -217,7 +217,7 @@ jobs:
|
|||
publish-repositories:
|
||||
name: Publish Repositories
|
||||
runs-on:
|
||||
- linux_x86_64
|
||||
- linux-x86_64
|
||||
env:
|
||||
USE_S3_CACHE: 'true'
|
||||
needs:
|
||||
|
|
|
@ -239,7 +239,7 @@ permissions:
|
|||
<%- do conclusion_needs.append('publish-repositories') %>
|
||||
name: Publish Repositories
|
||||
runs-on:
|
||||
- linux_x86_64
|
||||
- linux-x86_64
|
||||
env:
|
||||
USE_S3_CACHE: 'true'
|
||||
needs:
|
||||
|
|
Loading…
Add table
Reference in a new issue