Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

integration_tests_rc.yaml 681 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  1. name: 'Release Candidate Integration Tests'
  2. on:
  3. push:
  4. tags:
  5. - '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
  6. jobs:
  7. release-integration-tests:
  8. runs-on: ubuntu-latest
  9. steps:
  10. - name: Calling CircleCI job
  11. shell: bash
  12. run: |
  13. curl --request POST \
  14. --url https://circleci.com/api/v2/project/gh/Deci-AI/algo-integration-tests/pipeline \
  15. --header 'Circle-Token: ${{ secrets.CIRCLE_CI_TOKEN }}' \
  16. --header 'content-type: application/json' \
  17. --data '{"parameters":{"sg_workflow_sg_version":"${{github.ref_name}}", "sg_workflow_install_from_scratch":false, "sg_workflow_run":true, "sg_workflow_rc":true }}'
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...