-
Notifications
You must be signed in to change notification settings - Fork 4
36 lines (33 loc) · 1.01 KB
/
iris.yml
File metadata and controls
36 lines (33 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Iris sync
on:
schedule:
# Nightly job
- cron: '0 2 * * *'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
iris:
name: "IRIS ${{ matrix.name }}"
needs: [analysis-shadow-sqc-eu, analysis-shadow-sqc-us]
runs-on: sonar-s-public
if: github.ref == 'refs/heads/master'
permissions:
id-token: write
contents: write
strategy:
matrix:
include:
- name: "IRIS SQ NEXT -> Sonarcloud.io"
env:
SONAR_TARGET_URL: https://sonarcloud.io
SONAR_TARGET_IRIS_TOKEN: VAULT[development/kv/data/iris data.sqc-eu]
- name: "IRIS SQ NEXT -> SonarQube.us"
env:
SONAR_TARGET_URL: https://sonarqube.us
SONAR_TARGET_IRIS_TOKEN: VAULT[development/kv/data/iris data.sqc-us]
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run IRIS
run: ./.github/scripts/run_iris.sh