فهرست منبع

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

* ci: fix windows build

* ci: publish sdk docker image with the new name

* update automerge status
Yihau Chen 1 سال پیش
والد
کامیت
58e9a19f11
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 2 2
      .github/workflows/release-artifacts.yml
  2. 1 1
      .mergify.yml
  3. 2 2
      sdk/docker-solana/build.sh

+ 2 - 2
.github/workflows/release-artifacts.yml

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

+ 1 - 1
.mergify.yml

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

+ 2 - 2
sdk/docker-solana/build.sh

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