[anza migration] ci: fix path (#8)

* ci: fix windows build

* ci: publish sdk docker image with the new name

* update automerge status
This commit is contained in:
Yihau Chen 2024-02-13 00:00:58 +08:00 committed by yihau
parent b0022d73ea
commit 58e9a19f11
3 changed files with 5 additions and 5 deletions

View File

@ -79,7 +79,7 @@ jobs:
name: windows-artifact name: windows-artifact
path: windows-release/ path: windows-release/
windows-s3-upload: windows-gcs-upload:
if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }} if: ${{ needs.windows-build.outputs.channel != '' || needs.windows-build.outputs.tag != '' }}
needs: [windows-build] needs: [windows-build]
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
@ -88,7 +88,7 @@ jobs:
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
name: windows-artifact name: windows-artifact
path: .windows-release/ path: ./windows-release
- name: Setup crediential - name: Setup crediential
uses: "google-github-actions/auth@v2" uses: "google-github-actions/auth@v2"

View File

@ -50,7 +50,7 @@ pull_request_rules:
- name: automatic merge (squash) on CI success - name: automatic merge (squash) on CI success
conditions: conditions:
- and: - and:
- status-success=buildkite/solana - status-success=buildkite/agave
- status-success=ci-gate - status-success=ci-gate
- label=automerge - label=automerge
- label!=no-automerge - label!=no-automerge

View File

@ -29,7 +29,7 @@ cp -f ../../fetch-spl.sh usr/bin/
./fetch-spl.sh ./fetch-spl.sh
) )
docker build -t solanalabs/solana:"$CHANNEL_OR_TAG" . docker build -t anzaxyz/agave:"$CHANNEL_OR_TAG" .
maybeEcho= maybeEcho=
if [[ -z $CI ]]; then if [[ -z $CI ]]; then
@ -43,4 +43,4 @@ else
fi fi
) )
fi fi
$maybeEcho docker push solanalabs/solana:"$CHANNEL_OR_TAG" $maybeEcho docker push anzaxyz/agave:"$CHANNEL_OR_TAG"