Skip to content

Commit 21daf59

Browse files
authored
Remove JFrog Pipelines tests (jfrog#984)
1 parent 4d539d3 commit 21daf59

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,6 @@ jobs:
8282
- name: ${{ matrix.suite }} tests
8383
run: go test -v github.com/jfrog/jfrog-client-go/tests --timeout 0 --test.${{ matrix.suite }} --rt.url=${{ secrets.PLATFORM_URL }}/artifactory --ds.url=${{ secrets.PLATFORM_URL }}/distribution --xr.url=${{ secrets.PLATFORM_URL }}/xray --xsc.url=${{ secrets.PLATFORM_URL }}/xsc --access.url=${{ secrets.PLATFORM_URL }}/access --rt.user=${{ secrets.PLATFORM_USER }} --rt.password=${{ secrets.PLATFORM_PASSWORD }} --access.token=${{ secrets.PLATFORM_ADMIN_TOKEN }} --ci.runId=${{ runner.os }}-${{ matrix.suite }}
8484

85-
JFrog-Client-Go-Pipelines-Tests:
86-
needs: Pretest
87-
name: pipelines ubuntu-latest
88-
runs-on: ubuntu-latest
89-
steps:
90-
- name: Checkout code
91-
uses: actions/checkout@v4
92-
with:
93-
ref: ${{ github.event.pull_request.head.sha }}
94-
95-
- name: Setup Go with cache
96-
uses: jfrog/.github/actions/install-go-with-cache@main
97-
98-
- name: pipelines tests
99-
run: go test -v github.com/jfrog/jfrog-client-go/tests --timeout 0 --test.pipelines --rt.url=${{ secrets.PLATFORM_URL }}/artifactory --pipe.url=${{ secrets.PLATFORM_URL }}/pipelines --rt.user=${{ secrets.PLATFORM_USER }} --rt.password=${{ secrets.PLATFORM_PASSWORD }} --pipe.accessToken=${{ secrets.PLATFORM_ADMIN_TOKEN }} --pipe.vcsToken=${{ secrets.CLI_PIPE_VCS_TOKEN }} --pipe.vcsRepo=${{ secrets.CLI_PIPE_VCS_REPO }} --pipe.vcsBranch=${{ secrets.CLI_PIPE_VCS_BRANCH }} --ci.runId=${{ runner.os }}_pipe
100-
10185
JFrog-Client-Go-Repositories-Tests:
10286
needs: Pretest
10387
name: repositories ubuntu-latest

0 commit comments

Comments
 (0)