Skip to content

Commit 914a5ff

Browse files
committed
ci: prepare for lcm status
This removes the workflows that are not needed, and changes external sources to be the ones from LCM branches Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
1 parent 8fc2347 commit 914a5ff

File tree

6 files changed

+3
-329
lines changed

6 files changed

+3
-329
lines changed

.github/workflows/1.249-lcm.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/docs.yml

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Pull configuration from xs-opam
2525
run: |
26-
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env | cut -f2 -d " " > .env
26+
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/6.99-lcm/tools/xs-opam-ci.env | cut -f2 -d " " > .env
2727
2828
- name: Load environment file
2929
id: dotenv

.github/workflows/hugo.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 135 deletions
This file was deleted.

.github/workflows/setup-xapi-environment/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ runs:
1414
- name: Pull configuration from xs-opam
1515
shell: bash
1616
run: |
17-
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env | cut -f2 -d " " > .env
17+
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/6.99-lcm/tools/xs-opam-ci.env | cut -f2 -d " " > .env
1818
cat /etc/os-release
1919
2020
- name: Download XE_SR_ERRORCODES.xml
2121
shell: bash
2222
run: |
2323
mkdir -p /opt/xensource/sm
24-
wget -O /opt/xensource/sm/XE_SR_ERRORCODES.xml https://raw.githubusercontent.com/xapi-project/sm/master/libs/sm/core/XE_SR_ERRORCODES.xml
24+
wget -O /opt/xensource/sm/XE_SR_ERRORCODES.xml https://github.com/xapi-project/sm/raw/refs/tags/v4.1.9/libs/sm/core/XE_SR_ERRORCODES.xml
2525
2626
- name: Load environment file
2727
id: dotenv

0 commit comments

Comments
 (0)