Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Klöckner
loopy
Commits
b90c9fba
Commit
b90c9fba
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Add CI jobs for test without arg check
parent
2d11219a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!424
Skip arg check ci
Pipeline
#126009
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+12
-0
12 additions, 0 deletions
.github/workflows/ci.yml
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
with
30 additions
and
0 deletions
.github/workflows/ci.yml
+
12
−
0
View file @
b90c9fba
...
@@ -46,6 +46,18 @@ jobs:
...
@@ -46,6 +46,18 @@ jobs:
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh
pytest
:
name
:
Conda Pytest without arg check
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
"
Main
Script"
run
:
|
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
export _LOOPY_SKIP_ARG_CHECKS=1
. ./build-and-test-py-project-within-miniconda.sh
pytest_twice
:
pytest_twice
:
name
:
Conda Pytest Twice (for cache behavior)
name
:
Conda Pytest Twice (for cache behavior)
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
18
−
0
View file @
b90c9fba
...
@@ -15,6 +15,24 @@ Python 3 POCL:
...
@@ -15,6 +15,24 @@ Python 3 POCL:
reports
:
reports
:
junit
:
test/pytest.xml
junit
:
test/pytest.xml
Python 3 POCL without arg check
:
script
:
-
export PY_EXE=python3
-
export PYOPENCL_TEST=portable:pthread
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
export LOOPY_NO_CACHE=1
-
export _LOOPY_SKIP_ARG_CHECKS=1
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
-
python3
-
pocl
except
:
-
tags
artifacts
:
reports
:
junit
:
test/pytest.xml
Python 3 Intel
:
Python 3 Intel
:
script
:
script
:
-
export PY_EXE=python3
-
export PY_EXE=python3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment