Skip to content

Commit 24bed69

Browse files
author
tester bester
committed
2016 2019 deprecated
1 parent 568d7e4 commit 24bed69

File tree

5 files changed

+130
-130
lines changed

5 files changed

+130
-130
lines changed
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11

2-
name: "2016 choco packages CI workflow"
2+
# name: "2016 choco packages CI workflow"
33

4-
on:
5-
push:
6-
branches: [ main ]
7-
schedule:
8-
- cron: '0 0 1 * *' ##execution of a task in the first minute of the month
4+
# on:
5+
# push:
6+
# branches: [ main ]
7+
# schedule:
8+
# - cron: '0 0 1 * *' ##execution of a task in the first minute of the month
99

1010

1111

12-
jobs:
12+
# jobs:
1313

14-
windows-2016-pwsh-choco:
15-
name: "2016 Datacenter choco packages"
16-
runs-on: windows-2016
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v1
20-
- name: "check if server is virtual"
21-
run: Systeminfo | findstr /i model
22-
- name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23-
run: wmic OS get OSArchitecture
24-
- name: "osfingerprinting"
25-
run: systeminfo | more
26-
- name: "display all processes, executable path"
27-
run: wmic process list full
28-
- name: "list of running services"
29-
run: tasklist
30-
- name: "list of all processes along with their corresponding PID, and services that are tied to them"
31-
run: tasklist /svc
32-
- name: "look for unusual services"
33-
run: net start
34-
- name: "query unusual services"
35-
run: sc query
36-
- name: "Choco packages - pwsh script"
37-
run: .\scripts\Choco_Packages.ps1
38-
shell: pwsh
14+
# windows-2016-pwsh-choco:
15+
# name: "2016 Datacenter choco packages"
16+
# runs-on: windows-2016
17+
# steps:
18+
# - name: Checkout
19+
# uses: actions/checkout@v1
20+
# - name: "check if server is virtual"
21+
# run: Systeminfo | findstr /i model
22+
# - name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23+
# run: wmic OS get OSArchitecture
24+
# - name: "osfingerprinting"
25+
# run: systeminfo | more
26+
# - name: "display all processes, executable path"
27+
# run: wmic process list full
28+
# - name: "list of running services"
29+
# run: tasklist
30+
# - name: "list of all processes along with their corresponding PID, and services that are tied to them"
31+
# run: tasklist /svc
32+
# - name: "look for unusual services"
33+
# run: net start
34+
# - name: "query unusual services"
35+
# run: sc query
36+
# - name: "Choco packages - pwsh script"
37+
# run: .\scripts\Choco_Packages.ps1
38+
# shell: pwsh
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11

2-
name: "2019 choco packages CI workflow"
2+
# name: "2019 choco packages CI workflow"
33

4-
on:
5-
push:
6-
branches: [ main ]
7-
schedule:
8-
- cron: '0 0 1 * *' ##execution of a task in the first minute of the month
4+
# on:
5+
# push:
6+
# branches: [ main ]
7+
# schedule:
8+
# - cron: '0 0 1 * *' ##execution of a task in the first minute of the month
99

1010

1111

12-
jobs:
12+
# jobs:
1313

14-
windows-latest-pwsh-choco:
15-
name: "2019 Datacenter windows-latest choco packages"
16-
runs-on: windows-latest
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v1
20-
- name: "check if server is virtual"
21-
run: Systeminfo | findstr /i model
22-
- name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23-
run: wmic OS get OSArchitecture
24-
- name: "osfingerprinting"
25-
run: systeminfo | more
26-
- name: "display all processes, executable path"
27-
run: wmic process list full
28-
- name: "list of running services"
29-
run: tasklist
30-
- name: "list of all processes along with their corresponding PID, and services that are tied to them"
31-
run: tasklist /svc
32-
- name: "look for unusual services"
33-
run: net start
34-
- name: "query unusual services"
35-
run: sc query
36-
- name: "Choco packages - pwsh script"
37-
run: .\scripts\Choco_Packages.ps1
38-
shell: pwsh
14+
# windows-latest-pwsh-choco:
15+
# name: "2019 Datacenter windows-latest choco packages"
16+
# runs-on: windows-latest
17+
# steps:
18+
# - name: Checkout
19+
# uses: actions/checkout@v1
20+
# - name: "check if server is virtual"
21+
# run: Systeminfo | findstr /i model
22+
# - name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23+
# run: wmic OS get OSArchitecture
24+
# - name: "osfingerprinting"
25+
# run: systeminfo | more
26+
# - name: "display all processes, executable path"
27+
# run: wmic process list full
28+
# - name: "list of running services"
29+
# run: tasklist
30+
# - name: "list of all processes along with their corresponding PID, and services that are tied to them"
31+
# run: tasklist /svc
32+
# - name: "look for unusual services"
33+
# run: net start
34+
# - name: "query unusual services"
35+
# run: sc query
36+
# - name: "Choco packages - pwsh script"
37+
# run: .\scripts\Choco_Packages.ps1
38+
# shell: pwsh
Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11

2-
name: "2016 desktop choco packages CI workflow"
2+
# name: "2016 desktop choco packages CI workflow"
33

4-
on:
5-
push:
6-
branches: [ main ]
7-
schedule:
8-
- cron: '19 10 * * *' ##execution of a task in the first minute of the month
4+
# on:
5+
# push:
6+
# branches: [ main ]
7+
# schedule:
8+
# - cron: '19 10 * * *' ##execution of a task in the first minute of the month
99

1010

1111

12-
jobs:
12+
# jobs:
1313

14-
windows-latest-pwsh-choco:
15-
name: "2019 Datacenter windows-latest choco packages"
16-
runs-on: windows-latest
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v1
20-
- name: "check if server is virtual"
21-
run: Systeminfo | findstr /i model
22-
- name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23-
run: wmic OS get OSArchitecture
24-
- name: "osfingerprinting"
25-
run: systeminfo | more
26-
- name: "display all processes, executable path"
27-
run: wmic process list full
28-
- name: "list of running services"
29-
run: tasklist
30-
- name: "list of all processes along with their corresponding PID, and services that are tied to them"
31-
run: tasklist /svc
32-
- name: "look for unusual services"
33-
run: net start
34-
- name: "query unusual services"
35-
run: sc query
36-
- name: "Choco packages - pwsh script"
37-
run: .\scripts\Choco_Packages_Desktop_windows10.ps1
38-
shell: pwsh
14+
# windows-latest-pwsh-choco:
15+
# name: "2019 Datacenter windows-latest choco packages"
16+
# runs-on: windows-latest
17+
# steps:
18+
# - name: Checkout
19+
# uses: actions/checkout@v1
20+
# - name: "check if server is virtual"
21+
# run: Systeminfo | findstr /i model
22+
# - name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23+
# run: wmic OS get OSArchitecture
24+
# - name: "osfingerprinting"
25+
# run: systeminfo | more
26+
# - name: "display all processes, executable path"
27+
# run: wmic process list full
28+
# - name: "list of running services"
29+
# run: tasklist
30+
# - name: "list of all processes along with their corresponding PID, and services that are tied to them"
31+
# run: tasklist /svc
32+
# - name: "look for unusual services"
33+
# run: net start
34+
# - name: "query unusual services"
35+
# run: sc query
36+
# - name: "Choco packages - pwsh script"
37+
# run: .\scripts\Choco_Packages_Desktop_windows10.ps1
38+
# shell: pwsh
3939

4040

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11

2-
name: "2019 desktop choco packages CI workflow"
2+
# name: "2019 desktop choco packages CI workflow"
33

4-
on:
5-
push:
6-
branches: [ main ]
7-
schedule:
8-
- cron: '19 11 * * *' ##execution of a task in the first minute of the month
4+
# on:
5+
# push:
6+
# branches: [ main ]
7+
# schedule:
8+
# - cron: '19 11 * * *' ##execution of a task in the first minute of the month
99

1010

1111

12-
jobs:
12+
# jobs:
1313

14-
windows-latest-pwsh-choco:
15-
name: "2019 Datacenter windows-latest choco packages"
16-
runs-on: windows-latest
17-
steps:
18-
- name: Checkout
19-
uses: actions/checkout@v1
20-
- name: "check if server is virtual"
21-
run: Systeminfo | findstr /i model
22-
- name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23-
run: wmic OS get OSArchitecture
24-
- name: "osfingerprinting"
25-
run: systeminfo | more
26-
- name: "display all processes, executable path"
27-
run: wmic process list full
28-
- name: "list of running services"
29-
run: tasklist
30-
- name: "list of all processes along with their corresponding PID, and services that are tied to them"
31-
run: tasklist /svc
32-
- name: "look for unusual services"
33-
run: net start
34-
- name: "query unusual services"
35-
run: sc query
36-
- name: "Choco packages - pwsh script"
37-
run: .\scripts\Choco_Packages_Desktop_windows10.ps1
38-
shell: pwsh
14+
# windows-latest-pwsh-choco:
15+
# name: "2019 Datacenter windows-latest choco packages"
16+
# runs-on: windows-latest
17+
# steps:
18+
# - name: Checkout
19+
# uses: actions/checkout@v1
20+
# - name: "check if server is virtual"
21+
# run: Systeminfo | findstr /i model
22+
# - name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23+
# run: wmic OS get OSArchitecture
24+
# - name: "osfingerprinting"
25+
# run: systeminfo | more
26+
# - name: "display all processes, executable path"
27+
# run: wmic process list full
28+
# - name: "list of running services"
29+
# run: tasklist
30+
# - name: "list of all processes along with their corresponding PID, and services that are tied to them"
31+
# run: tasklist /svc
32+
# - name: "look for unusual services"
33+
# run: net start
34+
# - name: "query unusual services"
35+
# run: sc query
36+
# - name: "Choco packages - pwsh script"
37+
# run: .\scripts\Choco_Packages_Desktop_windows10.ps1
38+
# shell: pwsh
3939

4040

.github/workflows/desktop-choco-packages-2025-wf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: actions/checkout@v1
2020
- name: "check if server is virtual"
2121
run: Systeminfo | findstr /i model
22-
- name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23-
run: wmic OS get OSArchitecture
22+
# - name: "check the PROCESSOR_ARCHITECTURE environment variable.64-bit systems will say AMD64 and 32-bit systems should say x86"
23+
# run: wmic OS get OSArchitecture
2424
- name: "osfingerprinting"
2525
run: systeminfo | more
2626
- name: "display all processes, executable path"

0 commit comments

Comments
 (0)