Skip to content

Commit 374ad8e

Browse files
authored
RHINENG-14338 First commit for the new ros backend (RedHatInsights#496)
* first commit for the new ros backend * update github actions and remove tekton folder
1 parent 491f306 commit 374ad8e

File tree

9 files changed

+11
-1016
lines changed

9 files changed

+11
-1016
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: (Blocking) Test without updating any packages
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, pcp-zeroconf ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, pcp-zeroconf ]
1111

1212
jobs:
1313
build:

.github/workflows/build_with_latest_direct_deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: (Non blocking) Test on latest direct Python dependencies
77

88
on:
99
push:
10-
branches: [ main ]
10+
branches: [ main, pcp-zeroconf ]
1111
pull_request:
12-
branches: [ main ]
12+
branches: [ main, pcp-zeroconf ]
1313

1414
jobs:
1515
build:

.github/workflows/build_with_latest_indirect_deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: (Non blocking) Test on latest indirect Python dependencies
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, pcp-zeroconf ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, pcp-zeroconf ]
1111

1212
jobs:
1313
build:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main" ]
16+
branches: [ "main", "pcp-zeroconf" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "main" ]
19+
branches: [ "main", "pcp-zeroconf" ]
2020

2121
jobs:
2222
analyze:

.github/workflows/security-scanning.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ name: ConsoleDot Platform Security Scan
2222

2323
on:
2424
push:
25-
branches: [ "main", "master" ]
25+
branches: [ "main", "master", "pcp-zeroconf" ]
2626
pull_request:
2727
# The branches below must be a subset of the branches above
28-
branches: [ "main", "master" ]
28+
branches: [ "main", "master", "pcp-zeroconf" ]
2929

3030
jobs:
3131
PlatSec-Security-Workflow:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ cython_debug/
134134

135135
scripts/minio-conf/
136136
scripts/minio-data/
137+
temp
137138

138139
## Pycharm ##
139140

0 commit comments

Comments
 (0)