Skip to content

Commit

Permalink
[CI] Improve usability (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedingber committed Nov 9, 2021
1 parent d33b993 commit b604a84
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ jobs:
run: sudo apt-get install curl jq
- name: Run script file
timeout-minutes: 240
# sleep 60 at the end to give pypi cache chance to refresh
run: |
export tag=$(echo ${GITHUB_REF#refs/tags/})
chmod +x ./automation/scripts/pypi_release_waiter.sh
./automation/scripts/pypi_release_waiter.sh $tag
sleep 60
shell: bash
- uses: benc-uk/workflow-dispatch@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/system-tests-opensource.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ jobs:
# Enable tmate debugging of manually-triggered workflows if the input option was provided
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
if: ${{ failure() && github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ tests/test_results/
venv
mlrun/utils/version/version.json
mlrun/api/migrations_sqlite/mlrun.db
tests/system/env.yml
3 changes: 3 additions & 0 deletions tests/system/env.yml → tests/system/env-template.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# The system tests are expecting the env vars to be set in an env.yaml file in this same directory
# this is a template file for the env file

# The mlrun-api URL. e.g. https://mlrun-api.default-tenant.app.hedingber-28-1.iguazio-cd2.com
MLRUN_DBPATH:

Expand Down

0 comments on commit b604a84

Please sign in to comment.