Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 0 additions & 81 deletions .github/workflows/1.249-lcm.yml

This file was deleted.

68 changes: 0 additions & 68 deletions .github/workflows/docs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Pull configuration from xs-opam
run: |
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env | cut -f2 -d " " > .env
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/6.99-lcm/tools/xs-opam-ci.env | cut -f2 -d " " > .env

- name: Load environment file
id: dotenv
Expand Down
42 changes: 0 additions & 42 deletions .github/workflows/hugo.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ jobs:
runs-on: ["ubuntu-22.04"]
ocaml-version: ["4.14.2"]
experimental: [false]
include:
- runs-on: "ubuntu-22.04-arm"
ocaml-version: "4.14.2"
experimental: true
- runs-on: "ubuntu-22.04"
ocaml-version: "5.3.0"
experimental: true

continue-on-error: ${{ matrix.experimental }}
runs-on: ${{ matrix.runs-on }}
Expand Down
135 changes: 0 additions & 135 deletions .github/workflows/release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/setup-xapi-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ runs:
- name: Pull configuration from xs-opam
shell: bash
run: |
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/master/tools/xs-opam-ci.env | cut -f2 -d " " > .env
curl --fail --silent https://raw.githubusercontent.com/xapi-project/xs-opam/6.99-lcm/tools/xs-opam-ci.env | cut -f2 -d " " > .env
cat /etc/os-release

- name: Download XE_SR_ERRORCODES.xml
shell: bash
run: |
mkdir -p /opt/xensource/sm
wget -O /opt/xensource/sm/XE_SR_ERRORCODES.xml https://raw.githubusercontent.com/xapi-project/sm/master/libs/sm/core/XE_SR_ERRORCODES.xml
wget -O /opt/xensource/sm/XE_SR_ERRORCODES.xml https://raw.githubusercontent.com/xapi-project/sm/v4.1.9/libs/sm/core/XE_SR_ERRORCODES.xml

- name: Load environment file
id: dotenv
Expand Down
4 changes: 2 additions & 2 deletions ocaml/idl/datamodel_lifecycle.ml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ let prototyped_of_field = function
| "VM", "actions__after_softreboot" ->
Some "23.1.0"
| "pool", "vm_console_idle_timeout" ->
Some "26.0.0-next"
Some "26.1.0"
| "pool", "limit_console_sessions" ->
Some "26.0.0-next"
Some "26.1.0"
| "pool", "ha_reboot_vm_on_internal_shutdown" ->
Some "25.16.0"
| "pool", "license_server" ->
Expand Down
Loading