Skip to content

Commit

Permalink
[DEVX-1089] Fix post-release pipeline (#109)
Browse files Browse the repository at this point in the history
* Fix post-release pipeline

* Remove obsolete pipeline step

* Remove obsolete permissions workaround
  • Loading branch information
alexplischke authored Jul 14, 2021
1 parent 25c534a commit 6ea4819
Show file tree
Hide file tree
Showing 7 changed files with 19,614 additions and 479 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,11 @@ jobs:
echo ::set-output name=version::${VERSION}
- name: cloud tests
working-directory: ./tests/fixtures/basic-js
working-directory: ./tests/fixtures/post-release
env:
BUILD_ID: Github RUN ID ${{ env.GITHUB_RUN_ID }}
run: |
npx saucectl run --test-env sauce --ccy 5 --region us-west-1 --runner-version "github-release: ${{ steps.parse_version.outputs.version }}"
npx saucectl run --runner-version "github-release: ${{ steps.parse_version.outputs.version }}"
- name: Notify slack on failure
uses: 8398a7/action-slack@v3
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ jobs:
- run: make docker
name: Make Docker

- uses: actions/setup-go@v2
with:
go-version: '1.16.0'

# Install saucectl
- uses: saucelabs/saucectl-run-action@v1
with:
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ ENV PLAYWRIGHT_BROWSERS_PATH=/home/seluser/.cache/ms-playwright

COPY --chown=seluser:seluser . .

# Workaround for permissions in CI if run with a different user
RUN chmod 777 -R /home/seluser/

ENV IMAGE_NAME=saucelabs/stt-playwright-node

ARG BUILD_TAG
Expand Down
Loading

0 comments on commit 6ea4819

Please sign in to comment.