-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/yanhb-nil/spiderpool
- Loading branch information
Showing
151 changed files
with
4,163 additions
and
1,247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -208,19 +208,13 @@ jobs: | |
run: | | ||
bash ./test/scripts/install-tools.sh | ||
- name: Download old spiderpool-agent image with tag ${{ needs.call_build_old_ci_image.outputs.imageTag }} | ||
- name: Download old spiderpool-agent and spiderpool-controller image with tag ${{ needs.call_build_old_ci_image.outputs.imageTag }} | ||
if: ${{ needs.get_ref.outputs.build_old_image_tag == 'true' }} | ||
uses: actions/download-artifact@v3 | ||
uses: actions/download-artifact@v4.1.8 | ||
with: | ||
name: old-image-tar-spiderpool-agent | ||
path: test/.download | ||
|
||
- name: Download old spiderpool-controller image with tag ${{ needs.call_build_old_ci_image.outputs.imageTag }} | ||
if: ${{ needs.get_ref.outputs.build_old_image_tag == 'true' }} | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: old-image-tar-spiderpool-controller | ||
path: test/.download | ||
merge-multiple: true | ||
pattern: old-image-tar-spiderpool-*-${{ needs.call_build_old_ci_image.outputs.imageTag }} | ||
|
||
- name: Load Images | ||
if: ${{ needs.get_ref.outputs.build_old_image_tag == 'true' }} | ||
|
@@ -303,17 +297,12 @@ jobs: | |
mkdir -p ${{ env.KUBECONFIG_PATH }}/${{ env.E2E_CLUSTER_NAME }}/.kube/ | ||
cp -r /tmp/config ${{ env.KUBECONFIG_PATH }}/${{ env.E2E_CLUSTER_NAME }}/.kube/config | ||
- name: Download new spiderpool-agent image with tag ${{ needs.call_build_new_ci_image.outputs.imageTag }} | ||
uses: actions/download-artifact@v3 | ||
with: | ||
name: new-image-tar-spiderpool-agent | ||
path: test/.download | ||
|
||
- name: Download new spiderpool-controller image with tag ${{ needs.call_build_new_ci_image.outputs.imageTag }} | ||
uses: actions/download-artifact@v3 | ||
- name: Download new spiderpool-agent and spiderpool-controller image with tag ${{ needs.call_build_new_ci_image.outputs.imageTag }} | ||
uses: actions/[email protected] | ||
with: | ||
name: new-image-tar-spiderpool-controller | ||
path: test/.download | ||
pattern: new-image-tar-spiderpool-*-${{ needs.call_build_new_ci_image.outputs.imageTag }} | ||
merge-multiple: true | ||
|
||
- name: Load Images with tag ${{ needs.call_build_new_ci_image.outputs.imageTag }} | ||
run: | | ||
|
@@ -382,15 +371,15 @@ jobs: | |
- name: Upload e2e log | ||
if: ${{ needs.get_ref.outputs.e2e_enabled == 'true' }} | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.5.0 | ||
with: | ||
name: ${{ needs.get_ref.outputs.old_version }}-to-${{ needs.get_ref.outputs.new_version }}-debuglog.txt | ||
path: test/e2edebugLog.txt | ||
retention-days: 7 | ||
|
||
- name: Upload e2e report | ||
if: ${{ env.UPLOAD_E2E_REPORT == 'true' }} | ||
uses: actions/upload-artifact@v3.1.3 | ||
uses: actions/upload-artifact@v4.5.0 | ||
with: | ||
name: ${{ needs.get_ref.outputs.old_version }}-to-${{ needs.get_ref.outputs.new_version }}-e2ereport.json | ||
path: e2ereport.json | ||
|
@@ -424,4 +413,4 @@ jobs: | |
body: | | ||
action url: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} | ||
labels: "kind/ci-bug" | ||
assignees: "ty-dc" | ||
assignees: "cyclinder" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.