Skip to content

Commit

Permalink
Merge pull request #58 from Abhishek-1Bhatt/buildkite
Browse files Browse the repository at this point in the history
update pipeline.yml
  • Loading branch information
ba2tro authored Nov 13, 2023
2 parents 1c8a1f0 + bdbab6f commit f2fc434
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
steps:
- label: "CI_Plot_&_Doctests"
matrix:
setup:
version:
- "1"
group:
- "QUANTUMSAVORY_PLOT_TEST"
env:
BUILDKITE_PLUGIN_JULIA_VERSION: "{{matrix.version}}"
GROUP: "{{matrix.group}}"
- label: "CI Plot and Doctests"
plugins:
- JuliaCI/julia#v1
- JuliaCI/julia#v1:
version: "1"
- JuliaCI/julia-test#v1:
coverage: false
julia_args: "--threads=auto"
agents:
os: "linux"
arch: "x86_64"
timeout_in_minutes: 600
env:
GROUP: QUANTUMSAVORY_PLOT_TEST

0 comments on commit f2fc434

Please sign in to comment.